Skip to content

Commit 89cf3da

Browse files
authored
docs/conf.py: silence spack list command (spack#50945)
1 parent 6d67a33 commit 89cf3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
os.path.abspath(".spack/spack-packages/repos"),
5151
]
5252

53-
subprocess.call(["spack", "list"])
53+
subprocess.call(["spack", "list"], stdout=subprocess.DEVNULL)
5454

5555
# Generate a command index if an update is needed -- this also clones the package repository.
5656
subprocess.call(

0 commit comments

Comments
 (0)