https://github.com/pallets/pallets-sphinx-themes
Sphinx themes for Pallets and related projects.
https://github.com/pallets/pallets-sphinx-themes
pallets python sphinx sphinx-extension sphinx-theme
Last synced: about 1 year ago
JSON representation
Sphinx themes for Pallets and related projects.
- Host: GitHub
- URL: https://github.com/pallets/pallets-sphinx-themes
- Owner: pallets
- License: bsd-3-clause
- Created: 2015-08-07T17:49:52.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:55:28.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:35:46.859Z (about 1 year ago)
- Topics: pallets, python, sphinx, sphinx-extension, sphinx-theme
- Language: Python
- Homepage:
- Size: 313 KB
- Stars: 55
- Watchers: 9
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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"
```