From d9f56fa80ad9d34629c738cd738cc168f5397643 Mon Sep 17 00:00:00 2001 From: balajtimate Date: Mon, 18 Nov 2024 19:53:30 +0100 Subject: [PATCH] update conf exclusions --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 1f545f8..d0f9a45 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,6 +49,8 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ 'setup.py', + '.DS_Store', + '.eggs' ] # Default doc to search for