Skip to content

Commit

Permalink
Uncap the Sphinx requirement (#2952)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AA-Turner authored Jan 8, 2023
1 parent c8825e8 commit 859164d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 859164d

Please sign in to comment.