From 94e9489e25af02eedf275262bf0c96a79419fe50 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 18 May 2021 17:04:49 -0600 Subject: [PATCH] Configuration requires master_doc (root_doc in Sphinx 4.0). --- doc/src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 4b1d6b9..92389cd 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -28,8 +28,8 @@ # 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'