From 5cbe8945ae978a04d554c3080fe843926009a25d Mon Sep 17 00:00:00 2001 From: currite Date: Fri, 18 Sep 2020 21:41:42 +0200 Subject: clustering: remove It keeps being in the directory as clustering.removed --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index e2a059f2..97f31360 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ language = None # 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 = [u'_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '*.removed'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -- cgit v1.2.3