Skip to content

Commit 155bb7b

Browse files
Backport PR #1868: Revert "(fix): bound sphinx due to autodoc incompat" (#1871)
Co-authored-by: Philipp A <flying-sheep@web.de>
1 parent 1cd331d commit 155bb7b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ dev = [
6464
"anndata[dev-doc,dev-test]",
6565
]
6666
doc = [
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",
67+
"sphinx>=8.2.1",
7068
"sphinx-book-theme>=1.1.0",
7169
"sphinx-autodoc-typehints>=2.2.0",
7270
"sphinx-issues",

0 commit comments

Comments
 (0)