Development¶
Generate the documentation¶
This requires:
pip3 install -r developer-requirements.txt
Build the doc as following (From within the repository root dir)
cd docs
make html
push the doc as following (From within the repository root dir)
cd docs
make push-docs
The build documentation will be available in the folder docs/sphinx/_build/html.