summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2022-08-15 18:00:33 -0700
committerGitHub <noreply@github.com>2022-08-15 18:00:33 -0700
commit4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5 (patch)
tree524833706dea5e5a90d29e0a3a0a2b8da0b5d858 /lib
parent2131bd7e8c7a37ad2f9bb6042f5e4e6bdfddec84 (diff)
downloadspack-4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5.tar.gz
spack-4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5.tar.bz2
spack-4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5.tar.xz
spack-4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5.zip
CI/documentation: constrain pygments to avoid latest version (2.13.0) (#32163)
All PRs are failing the docs build on account of an error with pygments. These errors coincide with a new release of pygments (2.13.0) and restricting to < 2.13 allows the doc tests to pass, so this commit enforces that constraint for the docs build. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt
index 08cd3ea4eb..8a5d3a521b 100644
--- a/lib/spack/docs/requirements.txt
+++ b/lib/spack/docs/requirements.txt
@@ -8,3 +8,4 @@ python-levenshtein
# Restrict to docutils <0.17 to workaround a list rendering issue in sphinx.
# https://stackoverflow.com/questions/67542699
docutils <0.17
+pygments <2.13