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

This commit is contained in:
Matteo Bernardini
2025-08-06 17:27:00 +08:00
parent a9cb7d8437
commit fb17a4e9af
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",
]