Documentation ============= To locally generate and preview documentation, run the following commands in the root directory of the project: .. code:: sh poetry install poetry run sphinx-build ./docs ./docs/_build If the documentation builds successfully, it can be previewed in the ``docs/_build`` folder by opening the ``index.html`` file.