Skip to content

Commit 9b833ae

Browse files
committed
Infra: bump Sphinx to >=9.1, limit docutils to <0.22
1 parent 396a771 commit 9b833ae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Requirements for building PEPs with Sphinx
22
# Sphinx requires >= 2.17. JSON5 support added in 2.19
33
Pygments >= 2.19
4-
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
5-
# See https://github.com/sphinx-doc/sphinx/pull/11100
6-
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 8.1.0
7-
docutils >= 0.19.0
4+
Sphinx >= 9.1.0
5+
docutils >= 0.19.0, < 0.22
86
sphinx-notfound-page >= 1.0.2
97
# For search
108
pagefind[bin] >= 1.5.0

0 commit comments

Comments
 (0)