sphinx/tests/roots/test-templating/conf.py
2019-01-02 21:53:07 +09:00

10 lines
266 B
Python

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']