diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-29 21:33:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-29 21:33:53 +0900 |
commit | c98a0280044253b3658a4d7d266dcfe390a838cf (patch) | |
tree | d4d500f2dad3bbdab82820f1f4bb2ae5bc97a6ff /tests/test_setup_command.py | |
parent | d2c3d54bb9a46c5e7a0d14c3345e489d7592de9a (diff) | |
parent | 973c3ffa25f6f14e53382f7a45ffbeee9d252b3c (diff) | |
download | sphinx-git-c98a0280044253b3658a4d7d266dcfe390a838cf.tar.gz |
Merge pull request #5385 from tk0miya/change_master_doc_to_index
The default setting for master_doc is changed to 'index'
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r-- | tests/test_setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py index cd1f89c0c..51cfca205 100644 --- a/tests/test_setup_command.py +++ b/tests/test_setup_command.py @@ -94,7 +94,7 @@ def nonascii_srcdir(request, setup_command): ========================== """)) - master_doc = srcdir / 'contents.txt' + master_doc = srcdir / 'index.txt' master_doc.write_bytes((master_doc.text() + dedent(""" .. toctree:: |