{% extends "sphinx_rtd_theme/breadcrumbs.html" %} {%- block breadcrumbs_aside %}
  • {% if 'gh_link_get_blob_url' is filter %} {% set gh_blob_url = pagename | gh_link_get_blob_url %} {%- endif %} {%- if gh_blob_url is defined and gh_blob_url %} {{ _('Open on GitHub') }} {%- elif show_source and source_url_prefix %} {{ _('View page source') }} {%- elif show_source and has_source and sourcename %} {{ _('View page source') }} {%- endif %}
  • {%- endblock %}