Docs for ArmoniK
Be aware to be at the root of the repository
python -m venv .venv-docThen activate the virtual environment:
source .venv-doc/bin/activateAnd install dependencies:
pip install -r requirements.txtTo build the docs locally, run the following command:
sphinx-build -M html . buildOutputs can be found in build/html/index.html.