Documentation
Note
We suppose that you already followed the Installation guide. If not, please do so before you continue to read this section.
To locally generate the documentation run the following command in the project root folder:
poetry run sphinx-build docs/source docs/build/html
You can then view it by opening docs/build/html/index.html in your browser