diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 4b96ae443..0c0cad1fc 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -112,7 +112,7 @@ class Config: locale_dirs = (['locales'], 'env', []), figure_language_filename = (u'{root}.{language}{ext}', 'env', [str]), - master_doc = ('contents', 'env', []), + master_doc = ('index', 'env', []), source_suffix = ({'.rst': 'restructuredtext'}, 'env', Any), source_encoding = ('utf-8-sig', 'env', []), source_parsers = ({}, 'env', []), |