From 4c2f357f0e8c5a2ce5609e654d5bfc435b6caee5 Mon Sep 17 00:00:00 2001 From: Peter Scheibel Date: Mon, 15 Aug 2022 18:00:33 -0700 Subject: 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 --- lib/spack/docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3-60-g2f50