Merge branch 'main' into feat/better-docs

This commit is contained in:
Mike A.
2025-08-04 15:11:51 +02:00
43 changed files with 3751 additions and 2602 deletions

View File

@@ -1,4 +1,5 @@
# Configuration file for the Sphinx documentation builder.
"""Configuration file for the Sphinx documentation builder."""
# ruff: noqa: A001
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
@@ -19,7 +20,7 @@ extensions = [
"sphinx.ext.duration",
"sphinx.ext.autodoc",
"sphinx.ext.inheritance_diagram",
"autoapi.extension"
"autoapi.extension",
]
templates_path = ["_templates"]