Compile Documentation Locally

To build the docs locally, the following packages need to be installed on the host:

sudo apt-get install python3-pip
pip3 install -U -r documentation/requirements.txt

To build and generate the documentation in html format, run:

sphinx-build -b html -a -W documentation public

To render and explore the documentation, simply open public/index.html in a web browser.