Codebase list python-pallets-sphinx-themes / debian/1.0.1-1
debian/1.0.1-1

Tree @debian/1.0.1-1 (Download .tar.gz)

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'