diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2022-07-24 14:45:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 21:45:01 +0000 |
commit | 5850afc9dc5af3994c36031678f03495c35c3ee1 (patch) | |
tree | 34a7a9540904e91b9b044d6f6478d3ba413b2a35 /lib | |
parent | 241c7f7914620693a373212b176ed8555812ac61 (diff) | |
download | spack-5850afc9dc5af3994c36031678f03495c35c3ee1.tar.gz spack-5850afc9dc5af3994c36031678f03495c35c3ee1.tar.bz2 spack-5850afc9dc5af3994c36031678f03495c35c3ee1.tar.xz spack-5850afc9dc5af3994c36031678f03495c35c3ee1.zip |
Sphinx 5.1.0 breaks doc builds (#31709)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index b0d91dfc97..08cd3ea4eb 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -1,7 +1,7 @@ # These dependencies should be installed using pip in order # to build the documentation. -sphinx>=3.4,!=4.1.2 +sphinx>=3.4,!=4.1.2,!=5.1.0 sphinxcontrib-programoutput sphinx-rtd-theme python-levenshtein |