From 7cd3cd5f0f0393459ef746009ab80c27296eb49e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:57:08 +0200 Subject: Merging upstream version 7.4.7. Signed-off-by: Daniel Baumann --- tests/roots/test-ext-autosummary/conf.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/roots/test-ext-autosummary/conf.py') diff --git a/tests/roots/test-ext-autosummary/conf.py b/tests/roots/test-ext-autosummary/conf.py index 55c769c..1c0d022 100644 --- a/tests/roots/test-ext-autosummary/conf.py +++ b/tests/roots/test-ext-autosummary/conf.py @@ -5,6 +5,3 @@ sys.path.insert(0, os.path.abspath('.')) extensions = ['sphinx.ext.autosummary'] autosummary_generate = True - -# The suffix of source filenames. -source_suffix = '.rst' -- cgit v1.2.3