From 7ad7741b5d79ed708b39e2215d02f31ae639828a Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 23 Sep 2024 11:19:17 +0200 Subject: [PATCH] lint fixes --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5199bb7..c454b12 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,7 +28,7 @@ ] templates_path = ['_templates'] -exclude_patterns = ["auto_examples/index.rst", "_build", "Thumbs.db", ".DS_Store", "generated"] +exclude_patterns = ['auto_examples/index.rst', '_build', 'Thumbs.db', '.DS_Store', 'generated'] source_suffix = ['.rst', '.md']