From 9471e9cb03b828163d200054180b2e506430ad7a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 18 Oct 2020 23:11:20 -0500 Subject: [docs] Pkg list: current version, not latest release (#18213) The package list at https://spack.readthedocs.io/en/latest/package_list.html claims "it is automatically generated based on the packages in the latest Spack release" but it is actually based on the develop branch. This leads to confusion when users find that e.g. herwigpp is included in the list, but it cannot be found when they install the latest release. That latest release has a package list at https://spack.readthedocs.io/en/stable/package_list.html which does indeed not include herwigpp. Changing the language from "the latest Spack release" to "this Spack version" might make that clearer. Maybe. --- lib/spack/docs/package_list.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/spack/docs/package_list.rst b/lib/spack/docs/package_list.rst index 8b5a4d332f..67f78e202d 100644 --- a/lib/spack/docs/package_list.rst +++ b/lib/spack/docs/package_list.rst @@ -10,8 +10,8 @@ Package List ============ This is a list of things you can install using Spack. It is -automatically generated based on the packages in the latest Spack -release. +automatically generated based on the packages in this Spack +version. .. raw:: html :file: package_list.html -- cgit v1.2.3-60-g2f50