Set default master doc to index

This commit is contained in:
Georg Richter
2020-02-18 15:09:28 +01:00
parent 4ac55f3b29
commit d003581192

View File

@ -44,6 +44,8 @@ exclude_patterns = []
pygments_style = 'sphinx'
master_doc = 'index'
# -- Options for HTML output -------------------------------------------------