Trying to move the search bar #659
Answered
by
HealthyPear
HealthyPear
asked this question in
Q&A
-
Following the User's guide, I modified my conf.py adding, html_theme_options = {
"navbar_end": ["navbar-icon-links.html", "search-field.html"]
} I almost got what I wanted: the search bar appeared in the upper panel, but it remained also in the sidebar. Bug? |
Beta Was this translation helpful? Give feedback.
Answered by
HealthyPear
Feb 9, 2022
Replies: 1 comment 1 reply
-
Actually I solved it, one needs to specify also |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HealthyPear
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually I solved it, one needs to specify also
html_sidebars
by initializing it without"search-field.html"
.The docs are not clear about this, I'll open a PR.