mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The default setting for master_doc is changed to 'index'
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user