{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #}{% if page_source_suffix %} {% set suffix = page_source_suffix %}{% else %}{% set suffix = source_suffix %}{% endif %}{% if meta is defined and 'github_url' in meta %}{% set display_github = True %}{% endif %}{% if meta is defined and 'bitbucket_url' in meta %}{% set display_bitbucket = True %}{% endif %}<divrole="navigation"aria-label="breadcrumbs navigation"><ulclass="wy-breadcrumbs"> {% for doc in parents %}<li><ahref="{{ doc.link|e }}">{{ doc.title }}</a> > </li> {% endfor %}<li>{{ title }}</li></ul></div>