From daa9a8eff014875f66cd625d7ff5b124dc7e8dec Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Thu, 10 Jul 2025 17:40:39 -0400 Subject: [PATCH] Update Sphinx root_doc to index (the default value) The main title in the left hand navigation should go to index. --- docs/source/conf.py | 2 -- docs/source/contents.rst | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2f1c8675a..a95656167 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,8 +48,6 @@ "manual": ("https://www.mongodb.com/docs/manual/", None), } -root_doc = "contents" - # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/docs/source/contents.rst b/docs/source/contents.rst index 6a102569f..e2fbdf0fb 100644 --- a/docs/source/contents.rst +++ b/docs/source/contents.rst @@ -1,3 +1,5 @@ +:orphan: + ================= Table of contents =================