blob: 09c47bb06375537d89a6295baa120e746081812f (
plain)
1
2
3
4
5
6
7
8
9
10
|
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']
|