Skip to content

Commit a323d83

Browse files
committed
Evade a Sphinx/PyO3 bug (temporarily) in docs builds.
See sphinx-doc/sphinx#11662 which seems like it will be resolved with an upstream PyO3 release. May have to come back and change this pin to be an upper pin if need be / the upstream issue doesn't merge soon.
1 parent f7f610e commit a323d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
file:.#egg=jsonschema
22
furo
33
lxml
4-
sphinx
4+
sphinx!=7.2.5
55
sphinx-autoapi
66
sphinx-autodoc-typehints
77
sphinx-copybutton

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ snowballstemmer==2.2.0
9494
# via sphinx
9595
soupsieve==2.5
9696
# via beautifulsoup4
97-
sphinx==7.2.5
97+
sphinx==7.2.4
9898
# via
9999
# -r docs/requirements.in
100100
# furo

0 commit comments

Comments
 (0)