Skip to content

Commit

Permalink
Backport PR #1865: (fix): bound sphinx due to autodoc incompat (#1867)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilan Gold <[email protected]>
  • Loading branch information
meeseeksmachine and ilan-gold authored Feb 19, 2025
1 parent 0d1fe0b commit 1cd331d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ dev = [
"anndata[dev-doc,dev-test]",
]
doc = [
"sphinx>=7.4.6",
# https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523
# means autodoc-typehints is incompatible with sphinx 8.2.0
"sphinx>=7.4.6,<8.2.0",
"sphinx-book-theme>=1.1.0",
"sphinx-autodoc-typehints>=2.2.0",
"sphinx-issues",
Expand Down

0 comments on commit 1cd331d

Please sign in to comment.