summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2023-09-30 20:36:22 -0700
committerGitHub <noreply@github.com>2023-10-01 05:36:22 +0200
commit9e54134dafa44a0817a440b3ccf05c46407e7962 (patch)
treeec0f47940f955fcee83452c6a7c958931d43647f /lib/spack/docs/conf.py
parent08a9345fccd6c3cb9c574101e9b98abc1e2c4131 (diff)
downloadspack-9e54134dafa44a0817a440b3ccf05c46407e7962.tar.gz
spack-9e54134dafa44a0817a440b3ccf05c46407e7962.tar.bz2
spack-9e54134dafa44a0817a440b3ccf05c46407e7962.tar.xz
spack-9e54134dafa44a0817a440b3ccf05c46407e7962.zip
docs: Replace package list with packages.spack.io (#40251)
For a long time, the docs have generated a huge, static HTML package list. It has some disadvantages: * It's slow to load * It's slow to build * It's hard to search We now have a nice website that can tell us about Spack packages, and it's searchable so users can easily find the one or two packages out of 7400 that they're looking for. We should link to this instead of including a static package list page in the docs. - [x] Replace package list link with link to packages.spack.io - [x] Remove `package_list.html` generation from `conf.py`. - [x] Add a new section for "Links" to the docs. - [x] Remove docstring notes from contribution guide (we haven't generated RST for package docstrings for a while) - [x] Remove referencese to `package-list` from docs.
Diffstat (limited to 'lib/spack/docs/conf.py')
-rw-r--r--lib/spack/docs/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index 63ad656cf3..f1bde9c9fb 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -48,9 +48,6 @@ os.environ["PATH"] += "%s%s" % (os.pathsep, os.path.abspath("_spack_root/bin"))
os.environ["COLIFY_SIZE"] = "25x120"
os.environ["COLUMNS"] = "120"
-# Generate full package list if needed
-subprocess.call(["spack", "list", "--format=html", "--update=package_list.html"])
-
# Generate a command index if an update is needed
subprocess.call(
[