Skip to content

Commit 1f68b98

Browse files
Add upper limit for sphinx (#434)
1 parent bd388e6 commit 1f68b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docs = [
101101
"markupsafe<2.1",
102102
"nbsphinx>=0.9.6",
103103
"numpydoc<2.0.0,>=1.6.0",
104-
"sphinx<9.0.0,>=8.0.2",
104+
"sphinx<8.2.0,>=8.0.2",
105105
"sphinxcontrib-contentui<1.0.0,>=0.2.5",
106106
"sphinxcontrib-details-directive<1.0,>=0.1",
107107
"sphinx-autodoc-typehints<3.0.0,>=2.5.0",

0 commit comments

Comments
 (0)