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-intl/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/roots/test-intl/conf.py') diff --git a/tests/roots/test-intl/conf.py b/tests/roots/test-intl/conf.py index 96ac664..09c47bb 100644 --- a/tests/roots/test-intl/conf.py +++ b/tests/roots/test-intl/conf.py @@ -1,5 +1,7 @@ project = 'Sphinx intl ' -source_suffix = '.txt' +source_suffix = { + '.txt': 'restructuredtext' +} keep_warnings = True templates_path = ['_templates'] html_additional_pages = {'contents': 'contents.html'} -- cgit v1.2.3