Documentation for timingsrc (v3), hosted on https://timingsrc.readthedocs.io.
A Python virtual environment with sphinx and other dependencies needed for project startup and local builds.
Create Python environment
python3 -m venv venvActivate Python environment
source venv/bin/activateInstall sphinx
pip install --upgrade pip
pip install -r requirements.txtDeactivate Python environment
deactivatecd docs
make htmlgoogle-chrome docs/build/html/index.html