From 6c7f7e8c8e782eb5efa1e091542dd5e283ddc75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 6 Dec 2022 20:02:53 +0800 Subject: [PATCH] Added the comment to the master_doc setting in conf.py. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 204e209..6208a46 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,4 +55,5 @@ html_theme = 'sphinx_rtd_theme' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +# For readthedocs.io to work properly. master_doc = 'index'