From 46fc0a4b3dccce58c429f408c04cf5cda3af9fb5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:57:07 +0200 Subject: Adding upstream version 7.4.7. Signed-off-by: Daniel Baumann --- tests/roots/test-ext-doctest/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/roots/test-ext-doctest') diff --git a/tests/roots/test-ext-doctest/conf.py b/tests/roots/test-ext-doctest/conf.py index d0e8b10..57fc406 100644 --- a/tests/roots/test-ext-doctest/conf.py +++ b/tests/roots/test-ext-doctest/conf.py @@ -2,5 +2,7 @@ extensions = ['sphinx.ext.doctest'] project = 'test project for doctest' root_doc = 'doctest' -source_suffix = '.txt' +source_suffix = { + '.txt': 'restructuredtext' +} exclude_patterns = ['_build'] -- cgit v1.2.3