mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
11 lines
291 B
Python
11 lines
291 B
Python
project = 'Sphinx intl <Tests>'
|
|
source_suffix = {
|
|
'.txt': 'restructuredtext',
|
|
}
|
|
keep_warnings = True
|
|
templates_path = ['_templates']
|
|
html_additional_pages = {'contents': 'contents.html'}
|
|
release = version = '2013.120'
|
|
gettext_additional_targets = ['index']
|
|
exclude_patterns = ['_build']
|