From 5301875ad4dd7a151500b669b8e94e92989dd3dd Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 15 May 2025 13:51:23 +0200 Subject: [PATCH] try fix docs --- lib/spack/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index 71e519630e3..aa9d1cddc4b 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -188,7 +188,7 @@ def setup(sphinx): # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ["_build", "_spack_root", ".spack-env"] +exclude_patterns = ["_build", "_spack_root", ".spack-env", "spack/package.py"] nitpicky = True nitpick_ignore = [