Custom docs front page

This commit is contained in:
Raphael Michel
2017-06-16 22:16:01 +02:00
parent f9eee6a864
commit 6c5b7bbed0
5 changed files with 183 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
master_doc = 'index'
master_doc = 'contents'
# General information about the project.
project = 'pretix'
@@ -167,7 +167,9 @@ html_static_path = [
# Additional templates that should be rendered to pages, maps page names to
# template names.
#html_additional_pages = {}
html_additional_pages = {
'index': 'index.html'
}
# If false, no module index is generated.
html_domain_indices = False