diff options
Diffstat (limited to 'tests/roots/test-templating/conf.py')
-rw-r--r-- | tests/roots/test-templating/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/roots/test-templating/conf.py b/tests/roots/test-templating/conf.py index e03eaf1..7a2baed 100644 --- a/tests/roots/test-templating/conf.py +++ b/tests/roots/test-templating/conf.py @@ -1,5 +1,7 @@ project = 'Sphinx templating <Tests>' -source_suffix = '.txt' +source_suffix = { + '.txt': 'restructuredtext' +} keep_warnings = True templates_path = ['_templates'] release = version = '2013.120' |