
* downgrade_docutils_version * invalid version * Update requirements.txt * Improve spelling and shorten the reference link * Update spack.yaml * update version requirement * update version to maximum of 0.16 Co-authored-by: bernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com>
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
# These dependencies should be installed using pip in order
|
|
# to build the documentation.
|
|
|
|
sphinx>=3.4,!=4.1.2
|
|
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
|