Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 376 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 376 Bytes

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"