summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-doctest/conf.py
blob: 57fc40607b6794e45558c4606669a702df0a0fd0 (plain)
1
2
3
4
5
6
7
8
extensions = ['sphinx.ext.doctest']

project = 'test project for doctest'
root_doc = 'doctest'
source_suffix = {
    '.txt': 'restructuredtext'
}
exclude_patterns = ['_build']