Can someone tell me how to move the "quick search" field from underneath the table of contents in the sidebar to above the table of contents?
Here's what I tried: in my conf.py I have templates_path = [`_templates`]. I copied sphinx/themes/basic/layout.html into source/_templates, and when I add test strings to that template file I see some of them show up in the rendered version, so I know that I have it in the right place to override its contents. But, I don't see any of the test strings that I put near the sidebarsearch block in that file showing up in the rendered version, so I don't think that grabbing that sidebarsearch block and moving it somewhere else will help. I also tried putting a copy of theme.conf into source/_templates and moving searchbox.html to the beginning of the sidebars list in that file, but that had no effect. I wondered if I was even trying to override the right file to do this. Any suggestions? Thanks, Bob -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/548f9c0b-c54d-4e18-af05-2079dfb01187%40googlegroups.com.
