{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {% set display_vcs_links = display_vcs_links if display_vcs_links is defined else True %} {% block breadcrumbs_aside %}
  • {% if hasdoc(pagename) and display_vcs_links %} {% if display_github %} {% if check_meta and 'github_url' in meta %} {{ _('Edit on GitHub') }} {% else %} {% if 'examples/index' in pagename %} {{ _('Edit on GitHub') }} {% elif 'examples/' in pagename %} {{ _('Edit on GitHub') }} {% else %} {{ _('Edit on GitHub') }} {% endif %} {% 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 %}