Documentation (sphinx)#

Dependencies#

Ensure that all the needed dependencies are intalled in poetry:

poetry install --with docs

With make#

poetry run make docs

Without make#

poetry run sphinx-apidoc -f -o docs/ src/
poetry run sphinx-build -b html docs/ docs/_build