summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-doctest/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-doctest/conf.py')
-rw-r--r--tests/roots/test-ext-doctest/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/roots/test-ext-doctest/conf.py b/tests/roots/test-ext-doctest/conf.py
new file mode 100644
index 0000000..d0e8b10
--- /dev/null
+++ b/tests/roots/test-ext-doctest/conf.py
@@ -0,0 +1,6 @@
+extensions = ['sphinx.ext.doctest']
+
+project = 'test project for doctest'
+root_doc = 'doctest'
+source_suffix = '.txt'
+exclude_patterns = ['_build']