Skip to content

Commit 859164d

Browse files
authored
Uncap the Sphinx requirement (#2952)
This updates the Sphinx requirement to allow 6.1.2 and beyond, but blacklists 6.1.0 and 6.1.1 (broken versions) from being installed.
1 parent c8825e8 commit 859164d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Requirements for building PEPs with Sphinx
22
Pygments >= 2.9.0
3-
Sphinx >= 5.1.1,<=6.0.0
3+
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
4+
# See https://github.com/sphinx-doc/sphinx/pull/11100
5+
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
46
docutils >= 0.19.0
57

68
# For RSS

0 commit comments

Comments
 (0)