From e771fbc2682fd75ae8c276dce5cf15aa8d6b03ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 24 Oct 2023 10:41:26 -0400 Subject: [PATCH] DOC: Exclude tests from documentation Exclude tests from documentation. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index ef585716..26b62c84 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -76,7 +76,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = [] +exclude_patterns = ["*tests*"] # Sources source_suffix = ".rst"