Skip to content

Commit

Permalink
Add upper limit for sphinx (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Feb 19, 2025
1 parent bd388e6 commit 1f68b98
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 @@ -101,7 +101,7 @@ docs = [
"markupsafe<2.1",
"nbsphinx>=0.9.6",
"numpydoc<2.0.0,>=1.6.0",
"sphinx<9.0.0,>=8.0.2",
"sphinx<8.2.0,>=8.0.2",
"sphinxcontrib-contentui<1.0.0,>=0.2.5",
"sphinxcontrib-details-directive<1.0,>=0.1",
"sphinx-autodoc-typehints<3.0.0,>=2.5.0",
Expand Down

0 comments on commit 1f68b98

Please sign in to comment.