/pallets-sphinx-themes

Sphinx themes for Pallets and related projects.

Primary LanguagePythonOtherNOASSERTION

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

Then choose the theme in docs/conf.py:

html_theme = 'flask'