From 362028f37743c32f65da84d8487611a046a1caff Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Wed, 11 Mar 2020 16:28:16 +0100 Subject: [PATCH] [FIX] https://github.com/readthedocs/readthedocs.org/issues/2569 --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 90c6689..5e4ba69 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,8 @@ autodoc_mock_imports = ["pywintypes", "win32process", "win32con", "win32file", " # from ctypes import windll - +# The master toctree document. +master_doc = 'index' # -- Project information -----------------------------------------------------