pallets / pallets-sphinx-themes

Sphinx themes for Pallets and related projects.

Home Page:https://www.palletsprojects.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Sphinx themes for Pallets and related projects.

https://www.palletsprojects.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 69.9%Language:CSS 21.9%Language:HTML 4.8%Language:JavaScript 3.3%