diff options
Diffstat (limited to 'tests/roots/test-build-text/conf.py')
-rw-r--r-- | tests/roots/test-build-text/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/roots/test-build-text/conf.py b/tests/roots/test-build-text/conf.py index fd9eefb..b0fdaf8 100644 --- a/tests/roots/test-build-text/conf.py +++ b/tests/roots/test-build-text/conf.py @@ -1,2 +1,4 @@ -source_suffix = '.txt' +source_suffix = { + '.txt': 'restructuredtext' +} exclude_patterns = ['_build'] |