feat: docs Sphinx pipeline + lien dashboard header

This commit is contained in:
Flag
2026-04-23 21:17:49 +00:00
parent 1bbb6c8e6d
commit 91b25f0aae
90 changed files with 9557 additions and 5 deletions

6
docs/conf.py Normal file
View File

@@ -0,0 +1,6 @@
project = "cosma-qc"
author = "COSMA"
release = "1.0"
extensions = []
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]