xref: /freebsd/contrib/libxo/doc/_templates/localtoc.html (revision e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5)
1{#
2    basic/localtoc.html
3    ~~~~~~~~~~~~~~~~~~~
4
5    Sphinx sidebar template: local table of contents.
6
7    :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
8    :license: BSD, see LICENSE for details.
9#}
10{%- if display_toc %}
11  <h3><a href="{{ pathto(master_doc) }}">{{ _('On This Page') }}</a></h3>
12  {{ toc }}
13  <h3><a href="{{ pathto(master_doc) }}">{{ _('Full Documentation') }}</a></h3>
14{%- endif %}
15