Metadata-Version: 2.4
Name: shibuya
Version: 2025.8.16
Summary: A clean, responsive, and customizable Sphinx documentation theme with light/dark mode.
Author-email: Hsiaoming Yang <me@lepture.com>
License: BSD-3-Clause
Project-URL: Source, https://github.com/lepture/shibuya
Project-URL: Documentation, https://shibuya.lepture.com/
Project-URL: Sponsors, https://github.com/sponsors/lepture
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Sphinx
Dynamic: license-file

<div align="center">

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://shibuya.lepture.com/_static/logo-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://shibuya.lepture.com/_static/logo-light.svg">
  <img alt="Shibuya Sphinx Theme Logo" src="https://shibuya.lepture.com/_static/logo-light.svg" width="400">
</picture>

<br><br>

[![PyPi](https://img.shields.io/pypi/v/shibuya?style=for-the-badge)](https://pypi.python.org/pypi/shibuya)
[![Documentation](https://img.shields.io/badge/documentation-6E56CF?style=for-the-badge&logo=python&logoColor=white)](https://shibuya.lepture.com/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/lepture?color=E54666&style=for-the-badge)](https://github.com/sponsors/lepture)

</div>

---

Shibuya, a beautiful, modern, and responsive theme for Sphinx documentation generator, with great supports for Jupyter extensions.

![preview](https://github.com/lepture/shibuya/assets/290496/c754e460-8684-4e61-9ae1-9dc4ed9593d0)

## Quick start

Install Shibuya theme with `pip`:

```
pip install shibuya
```

Add shibuya theme to your Sphinx `conf.py`:

```python
html_theme = "shibuya"
```

## License

BSD 3-Clause License
