Documentation based on Material for MkDocs.
- python >= 3.12
Create a virtualenv
virtualenv -p python3.12 venvor
python3.12 -m venv venvInstall Python dependencies
make installServe the documentation
make serveBuild static site
make distBuild static site and create PDF documentation
make dist-pdfClean static site
make cleanClean existing static site, build an updated version, including a zip archive
make dist-zip