Skip to content

Commit aa41ab5

Browse files
committed
Pin Sphinx to <7.4 as workaround for sphinx-doc/sphinx#12613. Closes #4474.
1 parent 9c53695 commit aa41ab5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ doc = [
9999

100100
# workaround for pypa/setuptools#4333
101101
"pyproject-hooks!=1.1",
102+
103+
# workaround for sphinx-doc/sphinx#12613
104+
"sphinx < 7.4",
102105
]
103106
ssl = []
104107
certs = []

0 commit comments

Comments
 (0)