summaryrefslogtreecommitdiff
path: root/tests/roots/test-doctest/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-doctest/conf.py')
-rw-r--r--tests/roots/test-doctest/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/roots/test-doctest/conf.py b/tests/roots/test-doctest/conf.py
new file mode 100644
index 00000000..f6a12edb
--- /dev/null
+++ b/tests/roots/test-doctest/conf.py
@@ -0,0 +1,5 @@
+extensions = ['sphinx.ext.doctest']
+
+project = 'test project for doctest'
+master_doc = 'doctest.txt'
+source_suffix = '.txt'