From f231a5422017b63e2964dd6027bf7b0be4c958ec Mon Sep 17 00:00:00 2001 From: balajtimate Date: Mon, 18 Nov 2024 19:53:35 +0100 Subject: [PATCH] update conf exclusions --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d0f9a45..fc96dc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,7 @@ # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ - 'setup.py', - '.DS_Store', - '.eggs' + 'setup.py' ] # Default doc to search for