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

project = 'test project for doctest'
root_doc = 'doctest'
source_suffix = '.txt'
exclude_patterns = ['_build']