From b0adecd3d2f6b35dbe70586beedb1b5bccab63c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 28 Oct 2023 18:52:09 -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 b080610..7accc6d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,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"