Skip to content

Commit 1cd331d

Browse files
Backport PR #1865: (fix): bound sphinx due to autodoc incompat (#1867)
Co-authored-by: Ilan Gold <ilanbassgold@gmail.com>
1 parent 0d1fe0b commit 1cd331d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ dev = [
6464
"anndata[dev-doc,dev-test]",
6565
]
6666
doc = [
67-
"sphinx>=7.4.6",
67+
# 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",
6870
"sphinx-book-theme>=1.1.0",
6971
"sphinx-autodoc-typehints>=2.2.0",
7072
"sphinx-issues",

0 commit comments

Comments
 (0)