Skip to content

Commit 7bf3172

Browse files
authored
Fix navbar for documentation pages (numpy#569)
Prevents duplicate search field.
1 parent ecd9d1f commit 7bf3172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
html_theme = "pydata_sphinx_theme"
8383
html_theme_options = {
8484
"show_prev_next": False,
85-
"navbar_end": ["theme-switcher", "search-field.html", "navbar-icon-links.html"],
85+
"navbar_end": ["theme-switcher", "navbar-icon-links.html"],
8686
"icon_links": [
8787
{
8888
"name": "GitHub",

0 commit comments

Comments
 (0)