From 589af6c1111c358abcee499eed5659059cd06b6a Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Tue, 14 Apr 2026 12:18:31 -0500 Subject: [PATCH] enable search as you type by removing sidebar search --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2d4b97992..c9a664c6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -145,7 +145,7 @@ # sidebar content html_sidebars = { - '**': ['search-field.html', 'sidebar-nav-bs'], + '**': ['sidebar-nav-bs'], 'index': [], }