From 7e54b453fc5f8c71d79867d6f91431b7dc3047cc Mon Sep 17 00:00:00 2001 From: Helen Kershaw <20047007+hkershaw-brown@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:22:44 -0400 Subject: [PATCH 1/3] use rtd-theme 3.1 --- guide/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/requirements.txt b/guide/requirements.txt index a600036f6..192d6c3c5 100644 --- a/guide/requirements.txt +++ b/guide/requirements.txt @@ -1,3 +1,3 @@ Sphinx==6.2.1 -sphinx-rtd-theme==1.2.2 +sphinx-rtd-theme==3.1.0 sphinx_copybutton From a715d7e1734cb712eb1d1ec9281277c17ed7eed9 Mon Sep 17 00:00:00 2001 From: Helen Kershaw <20047007+hkershaw-brown@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:36:52 -0400 Subject: [PATCH 2/3] the index entries get displayed as genindex.html turning off this html output. Maybe we want an index? Currently the .. index entries are used to 'hack' the js search. This does not work with the read-the-docs server side search --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 563a64eeb..8118ac84f 100644 --- a/conf.py +++ b/conf.py @@ -55,6 +55,7 @@ 'logo_only': True, 'includehidden': False } +html_use_index = False # Add any paths that contain templates here, relative to this directory. templates_path = ['guide/_templates'] From 4e9d5f21aabe7566fffc1d0f7b15d0268d6a8c8b Mon Sep 17 00:00:00 2001 From: Helen Kershaw <20047007+hkershaw-brown@users.noreply.github.com> Date: Thu, 21 May 2026 12:04:24 -0400 Subject: [PATCH 3/3] spacing when you click on a mnav item to keep it visible --- guide/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/_static/css/custom.css b/guide/_static/css/custom.css index 54e980cf7..6c2a25a72 100644 --- a/guide/_static/css/custom.css +++ b/guide/_static/css/custom.css @@ -12,7 +12,7 @@ --light-blue: #42C0FF; --orange: #FAA119; --yellow: #ffdd31; - --search-section-height: 150px; /* Adjust this value to match your search section height */ + --search-section-height: 500px; /* Adjust this value to match your search section height */ } /* Apply Poppins font to text elements (excluding code blocks) */