Tom Hoffman schrieb: > On Tue, Sep 8, 2009 at 3:19 PM, Georg Brandl<[email protected]> wrote: >> >> Tom Hoffman schrieb: >>> I'm using Sphinx to manage documentation for SchoolTool at >>> http://book.schooltool.org >>> >>> Search used to work, but it hasn't in a while (no results, nothing >>> happens), and I've not been able to figure out why. Any suggestions? >>> >>> http://book.schooltool.org/htmlhelp/searchindex.js is there... >> >> Hi, >> >> the "searchtools.js" JS file doesn't seem to be embedded in search.html. >> Did you overwrite the "extrahead" block in a template and forgot to >> insert ``{{ super() }}`` somewhere? > > Certainly not on purpose. Where does it go?
Somewhere in the block, where you want the block content of the parent to render. In the case of extrahead, it shouldn't matter if you put it first or last, since head contents usually isn't order-sensitive. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
