Configuration requires master_doc (root_doc in Sphinx 4.0).

This commit is contained in:
Anthony Tuininga 2021-05-18 17:04:49 -06:00
parent 46a3d70ad8
commit 94e9489e25

View File

@ -28,8 +28,8 @@ templates_path = ['.templates']
# The suffix of source filenames.
source_suffix = '.rst'
# The main toctree document.
main_doc = 'index'
# The root toctree document.
root_doc = master_doc = 'index'
# General substitutions.
project = 'cx_Oracle'