Python Documentation Sample¶
This is a simple demonstration of the Python Documentation Sphinx theme, last updated on 8 April 2025.
Usage¶
Install this theme:
$ pip install python-docs-theme
Add the following to your
conf.py
file:html_theme = 'python_docs_theme'
Run Sphinx!
Documentation¶
Please find further resources and documentation for the Python Documentation theme at https://github.com/python/python-docs-theme/.