Skip to content

Commit

Permalink
BLD: Pin sphinx-autodoc-typehints < 2.4
Browse files Browse the repository at this point in the history
There's a dependency interaction with this version that causes
documentation builds to fail.
  • Loading branch information
mferrera committed Sep 9, 2024
1 parent 35af710 commit 7b86bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docs = [
"myst-parser",
"sphinx",
"sphinx-argparse",
"sphinx-autodoc-typehints",
"sphinx-autodoc-typehints<2.4",
"sphinx-rtd-theme",
]

Expand Down

0 comments on commit 7b86bf4

Please sign in to comment.