From 19bb36dfaaf0d5222a3036feba9182848b8d2d6d Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 24 Jul 2026 10:39:29 -0400 Subject: [PATCH] fix the navbar with later versions of sphinx-book-theme / pydata --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 613113490..9553f7c92 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -157,7 +157,8 @@ "text": f"pyro {version}", "image_light": "logo.gif", "image_dark": "logo.gif", - } + }, + "disable_search": True, } # Add any paths that contain custom static files (such as style sheets) here,