We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1fe0b commit 1cd331dCopy full SHA for 1cd331d
1 file changed
pyproject.toml
@@ -64,7 +64,9 @@ dev = [
64
"anndata[dev-doc,dev-test]",
65
]
66
doc = [
67
- "sphinx>=7.4.6",
+ # https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523
68
+ # means autodoc-typehints is incompatible with sphinx 8.2.0
69
+ "sphinx>=7.4.6,<8.2.0",
70
"sphinx-book-theme>=1.1.0",
71
"sphinx-autodoc-typehints>=2.2.0",
72
"sphinx-issues",
0 commit comments