summaryrefslogtreecommitdiff
path: root/lib/spack/docs/requirements.txt
blob: 8a5d3a521b125fa403c4653a2d2278b937cb65d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# These dependencies should be installed using pip in order
# to build the documentation.

sphinx>=3.4,!=4.1.2,!=5.1.0
sphinxcontrib-programoutput
sphinx-rtd-theme
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