sphinx/tests/roots/test-intl/conf.py
2019-01-02 21:53:07 +09:00

9 lines
262 B
Python

project = 'Sphinx intl <Tests>'
source_suffix = '.txt'
keep_warnings = True
templates_path = ['_templates']
html_additional_pages = {'contents': 'contents.html'}
release = version = '2013.120'
gettext_additional_targets = ['index']
exclude_patterns = ['_build']