Fix #1292 -- Use standard naming of sphinx document root

This commit is contained in:
Raphael Michel
2019-05-28 09:50:29 +02:00
parent eb8ea6d477
commit 363826e294
2 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'contents'
master_doc = 'index'
# General information about the project.
project = 'pretix'