From abcb5bd5eca6ea46ffcc34a55b663083d03f339c Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 3 Sep 2018 21:38:31 +0900 Subject: The default setting for master_doc is changed to 'index' --- tests/test_setup_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_setup_command.py') 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:: -- cgit v1.2.1