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 53250ea commit e6d5c22Copy full SHA for e6d5c22
requirements.txt
@@ -1,5 +1,6 @@
1
# Requirements for building PEPs with Sphinx
2
-Pygments >= 2.9.0
+# 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
0 commit comments