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
295 B
Python
Raw Normal View History

project = 'Sphinx templating <Tests>'
source_suffix = {
2025-01-02 19:09:26 -06:00
'.txt': 'restructuredtext',
}
keep_warnings = True
templates_path = ['_templates']
release = version = '2013.120'
exclude_patterns = ['_build']
extensions = ['sphinx.ext.autosummary']
autosummary_generate = ['autosummary_templating']