We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396a771 commit 9b833aeCopy full SHA for 9b833ae
1 file changed
requirements.txt
@@ -1,10 +1,8 @@
1
# Requirements for building PEPs with Sphinx
2
# Sphinx requires >= 2.17. JSON5 support added in 2.19
3
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
+Sphinx >= 9.1.0
+docutils >= 0.19.0, < 0.22
8
sphinx-notfound-page >= 1.0.2
9
# For search
10
pagefind[bin] >= 1.5.0
0 commit comments