Tooling 🛠️¶
Zensical¶
How to run the docs locally?¶
- Create your virtual env:
python3 -m venv venv
- Open the new env:
source venv/bin/activate
- Install Zensical (pinned version):
pip install zensical==0.0.46
- Start the local server:
zensical serve
Access your documentation at http://127.0.0.1:8000/
Zensical is in active development — the version is pinned to avoid breakage. Bump manually when needed.