{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {%- block breadcrumbs_aside %}
  • {%- if hasdoc(pagename) and display_vcs_links %} {%- if display_github %} {%- if check_meta and 'github_url' in meta %} {{ _('Edit this page') }} {%- else %} {{ _('Edit this page') }} {%- endif %} {%- elif show_source and source_url_prefix %} {{ _('View page source') }} {%- elif show_source and has_source and sourcename %} {{ _('View page source') }} {%- endif %} {%- endif %}
  • {%- endblock %}