mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
10 lines
251 B
Python
10 lines
251 B
Python
# -*- 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_additional_targets = ['index']
|