aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/templates/breadcrumbs.html
blob: 4f22fa9a8163867e12b7f2b32f1eba91ed0d8492 (plain)
1
2
3
4
5
6
7
8
9
10
11
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}

{% block breadcrumbs_aside %}
  {% if hasdoc(pagename) %}
    <li class="wy-breadcrumbs-aside">
    {% if show_source and has_source and sourcename %}
      <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
    {% endif %}
    </li>
  {% endif %}
{% endblock %}