From fd4476748d7b870884b05fe1519b75caca323781 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Wed, 21 Feb 2024 11:58:28 -0700 Subject: [PATCH] Toggle home_page_in_toc This adds index.html to the sidebar with the label "CUPiD Documentation" (the title of the page) --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d6cd923..157861b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,7 +114,7 @@ use_edit_page_button=True, use_repository_button=True, use_issues_button=True, - home_page_in_toc=False, + home_page_in_toc=True, extra_footer= "The National Center for Atmospheric Research is sponsored by the National Science Foundation. Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.", ) @@ -127,4 +127,4 @@ html_logo = '_static/images/logos/logo.png' html_favicon = '_static/images/logos/logo.png' -autoclass_content = 'both' \ No newline at end of file +autoclass_content = 'both'