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 fb6831b commit 0756cc3Copy full SHA for 0756cc3
1 file changed
Doc/requirements.txt
@@ -7,9 +7,12 @@
7
# won't suddenly cause build failures. Updating the version is fine as long
8
# as no warnings are raised by doing so.
9
# Keep this version in sync with ``Doc/conf.py``.
10
-pygments @ git+https://github.com/pygments/pygments@2cad2642058441b59782a6a18f03c98c42d081f1
11
sphinx<9.0.0
12
+# Temporary direct requirement, pending release of Pygments > 2.20.0
13
+# https://github.com/pygments/pygments/discussions/3145
14
+pygments @ git+https://github.com/pygments/pygments@2cad2642058441b59782a6a18f03c98c42d081f1
15
+
16
blurb
17
18
sphinxext-opengraph~=0.13.0
0 commit comments