Documentation based on Material for MkDocs.
- python >= 3.12
Create a virtualenv
virtualenv -p python3.12 venv
or
python3.12 -m venv venv
Install Python dependencies
make develop
Serve the documentation
make serve
Build static site
make dist
Clean static site
make clean
Clean existing static site, build an updated version, including a zip archive
make dist-zip