summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2022-08-30 11:13:23 -0700
committerGitHub <noreply@github.com>2022-08-30 11:13:23 -0700
commit3894ceebc93ed05df8cedce70967a97c77ca40cf (patch)
treefccd6bd1c972295654b5baf9360df14bfd15e5d4 /lib/spack/docs/conf.py
parentb35a0b1b409a4b90ede26c88bfb2240cf77a347f (diff)
downloadspack-3894ceebc93ed05df8cedce70967a97c77ca40cf.tar.gz
spack-3894ceebc93ed05df8cedce70967a97c77ca40cf.tar.bz2
spack-3894ceebc93ed05df8cedce70967a97c77ca40cf.tar.xz
spack-3894ceebc93ed05df8cedce70967a97c77ca40cf.zip
Environments: Add support for include URLs (#29026)
* Preliminary support for include URLs in spack.yaml (environment) files This commit adds support in environments for external configuration files obtained from a URL with a preference for grabbing raw text from GitHub and gitlab for efficient downloads of the relevant files. The URL can also be a link to a directory that contains multiple configuration files. Remote configuration files are retrieved and cached for the environment. Configuration files with the same name will not be overwritten once cached.
Diffstat (limited to 'lib/spack/docs/conf.py')
-rw-r--r--lib/spack/docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index e139ac7774..1108f93ff9 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -201,6 +201,7 @@ nitpick_ignore = [
("py:class", "unittest.case.TestCase"),
("py:class", "_frozen_importlib_external.SourceFileLoader"),
("py:class", "clingo.Control"),
+ ("py:class", "six.moves.urllib.parse.ParseResult"),
# Spack classes that are private and we don't want to expose
("py:class", "spack.provider_index._IndexBase"),
("py:class", "spack.repo._PrependFileLoader"),