Metadata-Version: 2.1
Name: Pallets-Sphinx-Themes
Version: 1.0.0
Summary: Sphinx themes for Pallets and related projects.
Home-page: https://github.com/pallets/pallets-sphinx-themes/
Author: The Pallets Team
Author-email: UNKNOWN
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Documentation
Requires-Dist: sphinx

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'


