From 2fc695b65073740a2fd81e6216b71c47c1a0f1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 20 Jun 2024 16:05:33 -0300 Subject: [PATCH] Fix navbar for documentation pages Prevents duplicate search field. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 519fb795..ca41a854 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,7 +82,7 @@ html_theme = "pydata_sphinx_theme" html_theme_options = { "show_prev_next": False, - "navbar_end": ["theme-switcher", "search-field.html", "navbar-icon-links.html"], + "navbar_end": ["theme-switcher", "navbar-icon-links.html"], "icon_links": [ { "name": "GitHub",