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.
This commit is contained in:
parent
c8825e8551
commit
859164d25e
|
@ -1,6 +1,8 @@
|
||||||
# Requirements for building PEPs with Sphinx
|
# Requirements for building PEPs with Sphinx
|
||||||
Pygments >= 2.9.0
|
Pygments >= 2.9.0
|
||||||
Sphinx >= 5.1.1,<=6.0.0
|
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
|
||||||
|
# See https://github.com/sphinx-doc/sphinx/pull/11100
|
||||||
|
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
|
||||||
docutils >= 0.19.0
|
docutils >= 0.19.0
|
||||||
|
|
||||||
# For RSS
|
# For RSS
|
||||||
|
|
Loading…
Reference in New Issue