diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-03 21:38:31 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-04 01:14:16 +0900 |
commit | abcb5bd5eca6ea46ffcc34a55b663083d03f339c (patch) | |
tree | fc2c6046c3842e3ef5efd2b9d15a88c6ff16eeab /tests/roots/test-intl/conf.py | |
parent | bc02abcb77143d12c08265c4c10ba9c6cd003832 (diff) | |
download | sphinx-git-abcb5bd5eca6ea46ffcc34a55b663083d03f339c.tar.gz |
The default setting for master_doc is changed to 'index'
Diffstat (limited to 'tests/roots/test-intl/conf.py')
-rw-r--r-- | tests/roots/test-intl/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-intl/conf.py b/tests/roots/test-intl/conf.py index aafd9ba79..0306ff38e 100644 --- a/tests/roots/test-intl/conf.py +++ b/tests/roots/test-intl/conf.py @@ -4,7 +4,7 @@ project = 'Sphinx intl <Tests>' source_suffix = '.txt' keep_warnings = True templates_path = ['_templates'] -html_additional_pages = {'index': 'index.html'} +html_additional_pages = {'contents': 'contents.html'} release = version = '2013.120' gettext_additional_targets = ['index'] exclude_patterns = ['_build'] |