This Zensical-based codebase deploys documentation to calypr.org.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
make serveThe local build contract is:
make preparestages repo-authored docs plus imported upstream tool docs into.generated/docsmake buildruns a clean Zensical buildmake servestages the docs and starts the local Zensical server
For repo maintenance details, navigation ownership, and import behavior, see DEVELOPING.md.
If you prefer the raw commands:
python scripts/prepare_docs.py
zensical servePublishing to calypr.org
The site is automatically built and published on every push to main using the GitHub Actions workflow in publish.yml. Netlify uses the same Zensical build pipeline.
To skip CI for a commit, add [skip ci] (or any equivalent variation) to the commit message.
