fix(docs): add sphinx dep, fix version retrieval

This commit is contained in:
Matteo Bernardini
2025-08-06 17:27:00 +08:00
committed by Lars Immisch
parent a7896ee069
commit 6b2c4c22db
3 changed files with 380 additions and 3 deletions

View File

@@ -50,4 +50,5 @@ ext-modules = [
dev = [
"mypy>=1.17.1",
"pyright>=1.1.403",
"sphinx>=8.1.3",
]