summaryrefslogtreecommitdiff
path: root/lib/spack/docs/conf.py
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-06-20 17:49:33 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2022-08-03 18:01:08 -0700
commit9a48035e49491875b192ce104d1e3f6a13d570ae (patch)
tree4312421eade3d0716ca551e4edbfc48a969406a3 /lib/spack/docs/conf.py
parente90ea793476866c87693b2bc246953544b074684 (diff)
downloadspack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.gz
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.bz2
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.tar.xz
spack-9a48035e49491875b192ce104d1e3f6a13d570ae.zip
asp: refactor low level API to permit the injection of configuration
This allows writing extension commands that can benchmark different configurations in clingo, or try different configurations for a single test.
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 c29951154f..e139ac7774 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -200,6 +200,7 @@ nitpick_ignore = [
("py:class", "_io.BufferedReader"),
("py:class", "unittest.case.TestCase"),
("py:class", "_frozen_importlib_external.SourceFileLoader"),
+ ("py:class", "clingo.Control"),
# Spack classes that are private and we don't want to expose
("py:class", "spack.provider_index._IndexBase"),
("py:class", "spack.repo._PrependFileLoader"),