From e57138d2c4a89d0b6247a32dfa286ddb5428c4ae Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Wed, 25 Oct 2023 14:35:14 -0600 Subject: [PATCH] Removing Contributor's Guide from exclude_patterns --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a198e896..f852d30b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,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 = ['_build', 'Thumbs.db', '.DS_Store', 'Contributors_Guide'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # Suppress certain warning messages suppress_warnings = ['ref.citation']