summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-build-text
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-build-text')
-rw-r--r--tests/roots/test-build-text/conf.py4
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']