Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 657 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 657 Bytes

timingdocs

Documentation for timingsrc (v3), hosted on https://timingsrc.readthedocs.io.

virtualenv

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

build

cd docs
make html

view

google-chrome docs/build/html/index.html