A modern Sphinx theme built with TypeScript and Vite.
Install Breeze from PyPI:
pip
pip install sphinx-breeze-themeuv
uv add --dev sphinx-breeze-themeUpdate conf.py:
html_theme = "breeze"Customise header:
html_context = {
"github_user": "aksiome",
"github_repo": "breeze",
...
}- official sphinx tutorial
- MyST markdown documentation