Build Docs LocallyΒΆ

To build the docs locally:

source venv/bin/activate
export PYTHONPATH=$PWD/venv/bin/python/dist-packages
python -m pip install sphinx sphinx-rtd-theme
cd docs
make html
open _build/html/index.html