sphinx/tests/roots/test-intl/conf.py

10 lines
240 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
project = 'Sphinx intl <Tests>'
source_suffix = '.txt'
keep_warnings = True
templates_path = ['_templates']
html_additional_pages = {'index': 'index.html'}
release = version = '2013.120'
gettext_enables = ['index']