Make documentation
To make the documentation:
Install required packages:
poetry install --with doc
Go to the docs folder:
cd docs
Build the documentation in HTML format:
poetry run sphinx-build -M html . _build
Open the docs/_build/html/index.html file.