• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2
3{% block breadcrumbs_aside %}
4  {% if hasdoc(pagename) %}
5    <li class="wy-breadcrumbs-aside">
6    {% if show_source and has_source and sourcename %}
7      <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
8    {% endif %}
9    </li>
10  {% endif %}
11{% endblock %}
12