ppc64le/linux-v2026.03.31/: pallets-sphinx-themes-2.3.0+ppc64le1 metadata and description
Sphinx themes for Pallets and related projects.
| classifiers |
|
| description_content_type | text/markdown |
| license_file | LICENSE.txt |
| maintainer_email | Pallets <[email protected]> |
| metadata_version | 2.4 |
| project_urls |
|
| requires_dist |
|
| requires_python | >=3.8 |
| File | Tox results | History |
|---|---|---|
pallets_sphinx_themes-2.3.0+ppc64le1-py3-none-any.whl
|
|
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:
extensions = [
"pallets_sphinx_themes",
...
]
html_theme = "flask"