1project = 'Sphinx templating <Tests>'
2source_suffix = '.txt'
3keep_warnings = True
4templates_path = ['_templates']
5release = version = '2013.120'
6exclude_patterns = ['_build']
7
8extensions = ['sphinx.ext.autosummary']
9autosummary_generate = ['autosummary_templating']
10