To build the documentation, run the following command:
bash build-docs.shThe documentation will be generated in the docs/_build/html directory.
For internal testing, you can start a local server by running (will build the docs first):
bash run-server.shNote: Every Change to the documentation requires rebuilding using
build-docs.shorrun-server.sh.