Skip to content

Commit 3b1b3d8

Browse files
authored
Pin Sphinx to <8.1 (#4044)
1 parent 38806a6 commit 3b1b3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pygments >= 2.9.0
33
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
44
# See https://github.com/sphinx-doc/sphinx/pull/11100
5-
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
5+
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 8.1.0
66
docutils >= 0.19.0
77

88
# For tests

0 commit comments

Comments
 (0)