Documentation ============= Syntax ------ This documentation is build with `Sphinx `_. Content has to be in the ``reStructuredText`` syntax. See the `reStructuredText `_ documentation for details. Local Build ----------- Build the docs locally via: .. code-block:: shell uv run --no-sync extract-openapi.py uv run cyclonedx-py venv -o docs/_static/sbom.json uv run sphinx-autobuild --port 8080 ./docs/ ./docs/_build