Documentation Build (MkDocs)¶
Local setup¶
python3 -m venv .venv
source .venv/bin/activate
pip install -r docs/requirements.txt
Local preview¶
mkdocs serve
Production build¶
mkdocs build --strict
The generated site is written to site/ and should only be published from CI to gh-pages.