An open API service indexing awesome lists of open source software.

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.

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"
```