summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-templating/conf.py
blob: 7a2baeda29e4e42fd9e296783dd9a695254d0fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
project = 'Sphinx templating <Tests>'
source_suffix = {
    '.txt': 'restructuredtext'
}
keep_warnings = True
templates_path = ['_templates']
release = version = '2013.120'
exclude_patterns = ['_build']

extensions = ['sphinx.ext.autosummary']
autosummary_generate = ['autosummary_templating']