
* Docs: Getting Started Dependencies Finally document what one needs to install to use Spack on Linux and Mac :-) With <3 for minimal container users and my colleagues with their fancy Macs. * Debian Update Packages: GCC, Python - build-essential: includes gcc, g++ (thx Cory) - Python: add python3-venv, python3-distutils (thx Pradyun) * Add RHEL8 Dependencies
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
# 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-design
|
|
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
|