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

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