I have even cleaned it so it my layout.html file is bare bones, and the relbar still doesn't show on that machine:

 {% extends "!layout.html" %}

  {% block relbar1 %}
    {{ super() }}
  {% endblock %}

  {{ super() }}
 {% endblock %}

-jeff




On 2015-10-20 12:42 PM, Jeff McKenna wrote:
Here is my layout,html contents (I don't see why relbar would be left
out on some machines):

   {% extends "!layout.html" %}

   {% block relbar1 %}

     (some stuff)

   {{ super() }}
   {% endblock %}


-jeff




On Tuesday, October 20, 2015 at 12:06:48 PM UTC-3, Luc Saffre wrote:

    Hi Jeff,

    thanks for asking. No, unfortunately I did not yet find a solution for
    this problem. Did you also use Takayuki's trick of adding a custom css
    rule? As the problem is just irritating and not fatal, I am still
    hoping
    for an idea or hint from this group before diving back into it.

    Luc

    On 20/10/15 17:48, Jeff McKenna wrote:
     > On 2015-09-24 6:40 PM, Luc Saffre wrote:
     >> 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
    <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
    <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
     >>
     >
     > Hi Luc,
     >
     > Did you solve this?  I am facing the exact same issue as you (on
     > http://mapserver.org), missing navigation bar, with 1.3.1
     >
     > I am not sure why it doesn't show.
     >
     > -jeff
     >
     >
     >

--
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]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

--
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.

Reply via email to