We use sphinx to generate the documentation for this project. The documentation project has been initialized properly and we basically just need to update the actual content.
Install requirements for building documentation:
pip install -r requirements-docs.txtThe Makefile supports many targets. We choose html because we can easily host the documentation on a remote server. Compile the documentation source code:
make clean
make htmlOpen documentation locally:
cd _build/html
python -m http.server