From 1840dcd15c7f11188f47e0fb5eafbeb87230ae09 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 17 Jun 2024 10:12:20 -0700 Subject: [PATCH] update docs' config.py changes specific to sphinx-immaterial (theme) features --- docs/conf.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bdaf813..a0db7b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,12 +93,9 @@ html_theme = "sphinx_immaterial" html_theme_options = { "features": [ - # "navigation.expand", - "navigation.tabs", - # "toc.integrate", - # "navigation.sections", "navigation.instant", - # "header.autohide", + "toc.follow", + "toc.sticky", "navigation.top", # "search.highlight", "search.share", @@ -130,6 +127,7 @@ "repo_name": "pyRF24", # If False, expand all TOC entries "globaltoc_collapse": False, + "toc_title_is_page_title": True, } # turn off some features specific to sphinx-immaterial theme