mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
12 lines
295 B
Python
12 lines
295 B
Python
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']
|