We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67a33 commit 89cf3daCopy full SHA for 89cf3da
lib/spack/docs/conf.py
@@ -50,7 +50,7 @@
50
os.path.abspath(".spack/spack-packages/repos"),
51
]
52
53
-subprocess.call(["spack", "list"])
+subprocess.call(["spack", "list"], stdout=subprocess.DEVNULL)
54
55
# Generate a command index if an update is needed -- this also clones the package repository.
56
subprocess.call(
0 commit comments