Skip to content

Commit 2db76cb

Browse files
committed
BUG: Fix navbar search pos
1 parent a4b3b64 commit 2db76cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
html_theme_options = {
136136
"github_url": "https://github.com/numpy/numpydoc",
137137
"show_prev_next": False,
138-
"search_bar_position": "navbar",
138+
"navbar_end": ["search-field.html"],
139139
}
140140
html_sidebars = {
141141
"**": [],

0 commit comments

Comments
 (0)