sphinx/tests/roots/test-templating/conf.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
294 B
Python
Raw Normal View History

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