Skip to content

classicvalues/pallets-sphinx-themes

 
 

Repository files navigation

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

Install this package:

pip install Pallets-Sphinx-Themes

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

extensions = [
    "pallets_sphinx_themes",
    ...
]

html_theme = "flask"

About

Sphinx themes for Pallets and related projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.7%
  • CSS 21.2%
  • HTML 4.8%
  • JavaScript 3.3%