[doc] conf: Add master_doc to explicitly use index.rst

This is for compatibility with older sphinx versions
This commit is contained in:
Jonathan Rubenstein 2021-05-04 03:14:29 -04:00 committed by Geoffrey McRae
parent 9669cd5ed7
commit 186038fd2e

View File

@ -41,6 +41,8 @@ extensions = [
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# Explicitly state master_doc instead of relying on default
master_doc = 'index'
# -- Options for HTML output -------------------------------------------------