Files
sphinx/tests/roots/test-templating/conf.py
2024-07-15 12:50:56 +01:00

12 lines
294 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']