Usage
Building Documentation
To build the documentation:
Activate your virtual environment:
source docs_env/bin/activate # On Windows: docs_env\Scripts\activate
Navigate to the docs directory:
cd docs
Build the HTML:
make html
The built documentation will be in _build/html/.
Updating Documentation
Edit the relevant .rst files
Rebuild the documentation:
make clean make html
View your changes in
_build/html/index.html