- Python 3.10+ (matches CI)
From this directory (docs/):
python -m pip install --upgrade pip
pip install -e ".[dev]"jupyter-book clean .
jupyter-book build .Static site output: _build/html/. Open _build/html/index.html in a browser, or serve it, for example:
python -m http.server 8000 --directory _build/htmlThen visit http://localhost:8000/.
_config.yml— Sphinx / Furo / Jupyter Book config_toc.yml— site table of contents_templates/,_static/— theme overrides and assets_sphinx_extensions/— local Sphinx extensions (keep in version control)