From ec00a051f3e3c5f8968bf081712acfaf4c813983 Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Thu, 31 Oct 2024 11:28:05 -0700 Subject: [PATCH] Add entries in `exclude_patterns`. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6c4eac0dd..af63b6108 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -64,7 +64,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 = ['_build', '**/tests/*'] # Extension configuration