pallets-sphinx-themes 2.5.0


pip install pallets-sphinx-themes

  Latest version

Released: Feb 25, 2026


Meta
Maintainer: Pallets
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Sphinx
  • Sphinx :: Theme

Intended Audience
  • Developers

Operating System
  • OS Independent

Programming Language
  • Python

Topic
  • Documentation
  • Documentation :: Sphinx
  • Software Development :: Documentation

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"
Extras: None
Dependencies:
packaging
sphinx (>=7.3)
sphinx-notfound-page