Set master_doc to index

This commit is contained in:
RichardG867
2020-07-11 01:35:47 -03:00
parent 8d8eb95e65
commit 5d7e4cbbea
2 changed files with 1 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ extensions = [
'sphinx.ext.autosectionlabel',
]
autosectionlabel_prefix_document = True
master_doc = 'index'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File