Thanks to visit codestin.com Credit goes to github.com
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 528ab44 commit 842b11dCopy full SHA for 842b11d
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 > 8.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