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 180ce4d commit 7bb5e1cCopy full SHA for 7bb5e1c
1 file changed
requirements.txt
@@ -1,6 +1,10 @@
1
# Requirements for building PEPs with Sphinx
2
+
3
# Sphinx requires >= 2.17. JSON5 support added in 2.19
4
+# Temporary direct requirement, pending release of Pygments > 2.20.0
5
+# https://github.com/pygments/pygments/discussions/3145
6
pygments @ git+https://github.com/pygments/pygments@2cad2642058441b59782a6a18f03c98c42d081f1
7
8
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
9
# See https://github.com/sphinx-doc/sphinx/pull/11100
10
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 8.1.0
0 commit comments