diff --git a/doc/source/conf.py b/doc/source/conf.py index 6c4eac0d..af63b610 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