Documentation

To locally generate and preview documentation run the following commands in the project root folder:

uv sync --group docs
uv run sphinx-build ./docs ./docs/_build

If the build of the documentation is successful, you can preview the documentation in the docs/_build folder by clicking the index.html file.