|
| 1 | +{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} |
| 2 | + |
| 3 | +{% if page_source_suffix %} |
| 4 | +{% set suffix = page_source_suffix %} |
| 5 | +{% else %} |
| 6 | +{% set suffix = source_suffix %} |
| 7 | +{% endif %} |
| 8 | + |
| 9 | +<divrole="navigation"aria-label="breadcrumbs navigation"> |
| 10 | +<ulclass="wy-breadcrumbs"> |
| 11 | +<li><ahref="{{ pathto(master_doc) }}">Docs</a> »</li> |
| 12 | + {% for doc in parents %} |
| 13 | +<li><ahref="{{ doc.link|e }}">{{ doc.title }}</a> »</li> |
| 14 | + {% endfor %} |
| 15 | +<li>{{ title }}</li> |
| 16 | +<liclass="wy-breadcrumbs-aside"> |
| 17 | + {% if pagename != "search" %} |
| 18 | +<ahref="https://github.com/gpocentek/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}"class="fa fa-github"> Edit on GitHub</a> |
| 19 | + |<ahref="https://github.com/gpocentek/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a> |
| 20 | + {% endif %} |
| 21 | +</li> |
| 22 | +</ul> |
| 23 | +<hr/> |
| 24 | +</div> |