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 venv
Activate Python environment
source venv/bin/activate
Install sphinx
pip install --upgrade pip
pip install -r requirements.txt
Deactivate Python environment
deactivate
cd docs
make html
google-chrome docs/build/html/index.html