The default setting for master_doc is changed to 'index'

This commit is contained in:
Takeshi KOMIYA
2018-09-03 21:38:31 +09:00
parent bc02abcb77
commit abcb5bd5ec
42 changed files with 57 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ from sphinx.util.images import (
GIF_FILENAME = 'img.gif'
PNG_FILENAME = 'img.png'
PDF_FILENAME = 'img.pdf'
TXT_FILENAME = 'contents.txt'
TXT_FILENAME = 'index.txt'
@pytest.fixture(scope='module')