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 02706dc commit 1e99dd4
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 @@ -71,7 +71,7 @@ docs = [
"myst-parser",
"sphinx",
"sphinx-argparse",
"sphinx-autodoc-typehints",
"sphinx-autodoc-typehints<2.4",
"sphinx-copybutton",
"sphinx-togglebutton",
"sphinx_rtd_theme",
Expand Down

0 comments on commit 1e99dd4

Please sign in to comment.