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:
Adam Turner 2023-01-08 00:00:16 +00:00 committed by GitHub
parent c8825e8551
commit 859164d25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Requirements for building PEPs with Sphinx
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
# For RSS