From 2829dbffcf2551b69ce05f389c84034f9fdd8edc Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 15 Jun 2021 11:51:56 -0400 Subject: [PATCH] Fix search html file name As per https://github.com/executablebooks/sphinx-book-theme/issues/329 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7a0fb2c..d1d2862 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,9 +85,9 @@ html_favicon = 'images/tractor_logo_side.svg' html_sidebars = { "**": [ "sbt-sidebar-nav.html", + "search-field.html", # "searchbox.html", # 'globaltoc.html', - # "sidebar-search-bs.html", # 'logo.html', ], # 'github.html',