Metadata-Version: 2.3
Name: Pallets-Sphinx-Themes
Version: 2.3.0
Summary: Sphinx themes for Pallets and related projects.
Maintainer-email: Pallets <contact@palletsprojects.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Requires-Dist: packaging
Requires-Dist: sphinx>=3
Requires-Dist: sphinx-notfound-page
Project-URL: Chat, https://discord.gg/pallets
Project-URL: Donate, https://palletsprojects.com/donate
Project-URL: Source, https://github.com/pallets/pallets-sphinx-themes/

# Pallets Sphinx Themes

Themes for the Pallets projects. If you're writing an extension, use the
appropriate theme to make your documentation look consistent.

Available themes:

-   flask
-   jinja
-   werkzeug
-   click

Enable the extension and choose the theme in `docs/conf.py`:

```python
extensions = [
    "pallets_sphinx_themes",
    ...
]

html_theme = "flask"
```

