From f664c41b6e11e9e07c87b9e26097342df1beb257 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 12 Mar 2024 15:16:49 -0700 Subject: [PATCH] remove local venv ignore --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 32589465..fc08ff33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,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', 'venv'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # -- Options for HTML output -------------------------------------------------