Build documentation locally
Install Prerequisites
pip install -r requirements-docs.txt
Build docs
First run
make clean
To build HTML
make html
Serve documentation page locally
python -m http.server 8000 -d build/html/
Launch your browser and open localhost:8000