From 9d89dba292c2690771aa006caac1cd25811e7391 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 10 Oct 2022 16:25:37 -0700 Subject: Docs: Getting Started Dependencies (#32480) * 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 --- lib/spack/docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/spack/docs/conf.py') diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index 1108f93ff9..30123635eb 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -127,6 +127,7 @@ extensions = [ "sphinx.ext.napoleon", "sphinx.ext.todo", "sphinx.ext.viewcode", + "sphinx_design", "sphinxcontrib.programoutput", ] -- cgit v1.2.3-60-g2f50