summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2024-10-20 22:26:18 -0700
committerGitHub <noreply@github.com>2024-10-21 07:26:18 +0200
commit260b36e2725131139616fc4abbe48f916ab0da31 (patch)
tree334eb4489fe1d7d50b8df715d09e8e19ab1a163e
parent117480dba9d9f16dee1a3ec111d808452d9b3850 (diff)
downloadspack-260b36e2725131139616fc4abbe48f916ab0da31.tar.gz
spack-260b36e2725131139616fc4abbe48f916ab0da31.tar.bz2
spack-260b36e2725131139616fc4abbe48f916ab0da31.tar.xz
spack-260b36e2725131139616fc4abbe48f916ab0da31.zip
Docs: clarify include path options (#47083)
-rw-r--r--lib/spack/docs/environments.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst
index eec185eab8..2a9bb5c3f2 100644
--- a/lib/spack/docs/environments.rst
+++ b/lib/spack/docs/environments.rst
@@ -673,6 +673,9 @@ them to the environment.
Environments can include files or URLs. File paths can be relative or
absolute. URLs include the path to the text for individual files or
can be the path to a directory containing configuration files.
+Spack supports ``file``, ``http``, ``https`` and ``ftp`` protocols (or
+schemes). Spack-specific, environment and user path variables may be
+used in these paths. See :ref:`config-file-variables` for more information.
^^^^^^^^^^^^^^^^^^^^^^^^
Configuration precedence