{% extends "!breadcrumbs.html" %} {% block breadcrumbs %} {# parameterize default name "Docs" in breadcrumb via docs_title in conf.py #} {% if not docs_title %} {% set docs_title = "Docs" %} {% endif %}
  • {{ docs_title }} »
  • {% for doc in parents %}
  • {{ doc.title }} »
  • {% endfor %}
  • {{ title }}
  • {% endblock %} {%- block breadcrumbs_aside %}
  • {%- if display_gh_links %} {% set gh_blob_url = pagename | gh_link_get_blob_url %} {% if gh_blob_url %} {{ _('Open on GitHub') }} {% endif %} {%- set git_last_updated, sha1 = pagename | git_info | default((None, None), true) %} {%- if sha1 %} {{ _('Report an issue with this page')}} {% endif %} {% endif %}
  • {%- endblock %}