From 0db296fb8356017d3686478baa77f7f56594f2fe Mon Sep 17 00:00:00 2001 From: Iaroslav Igoshev Date: Tue, 16 Apr 2024 22:32:20 +0200 Subject: [PATCH] Update docs/conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a7366ffaba2..b32f68b7d84 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,8 +122,8 @@ def noop_decorator(*args, **kwargs): # source_suffix = ['.rst', '.md'] source_suffix = ".rst" -# The main toctree document. -main_doc = "index" +# The master toctree document. +master_doc = "index" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.