Documentation is compiled via sphinx.
- Install sphinx-build and pip:
sudo apt-get install python3-sphinx python3-pip -y
- Install rtd themes:
pip3 install sphinx_rtd_theme
- Install Pygments code block lexer:
pip3 install Pygments
- From the folder you cloned the repo into, build the docs with
sphinx-build -b html -a -E ./source <output folder>