From 34a40a4f9e334d209a17384259ee587a89d9e7c5 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Fri, 7 Jul 2023 19:12:08 +0200 Subject: [PATCH] fixing mistake --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index a0b6a85..8fc9b6a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,7 +16,7 @@ author = 'Nick Slowinski' extensions = [] templates_path = ['_templates'] -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [] language = 'de'