Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Infra: bump Sphinx to >=9.1, limit docutils to <0.22
  • Loading branch information
Secrus committed Apr 22, 2026
commit cef97cb0a8c72a47dcb3d2233ceeb4d04a897e03
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Requirements for building PEPs with Sphinx
# Sphinx requires >= 2.17. JSON5 support added in 2.19
Pygments >= 2.19
# 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, < 8.1.0
docutils >= 0.19.0
Sphinx > 8.1.0
docutils >= 0.19.0, < 0.22
sphinx-notfound-page >= 1.0.2
# For search
pagefind[bin] >= 1.5.0
Expand Down
Loading