Hi, I noticed that Sphinx no longer seems to generate the navigation bar (with parent and previous|next links). I noticed this after moving to a new machine, so there are a lot of details that might have possibly changed. But I cannot find the reason.
The problem is visible for example on this page: http://www.lino-framework.org/dev/index.html There is no navigation bar. All source files of this doctree can be browsed here: https://github.com/lsaffre/lino/tree/master/docs I am using Takayuki's trick of adding a custom css rule: div.related { display: block; } I tried with 1.3.1 and 1.3.0 (the current development version failed for some complex reason), and versions <1.3 are no candidates since it hasbgeen working with 1.3 some weeks ago. It seems that the relbar() nmacro defined in `themes/basic/layout.html` gets never executed. I am stuck, and it is a bit sad because my mentioned document is difficult to read without the navigation bar. Any idea or hint? Luc -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
