diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-25 22:53:24 +0200 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-01-04 01:34:22 +0100 |
| commit | 116bb7aef8bc34e08bceef4113bca1b0b814b1b1 (patch) | |
| tree | eb948f882aff39cd5d8033db4607c58a20bd4ded /docs/_templates/breadcrumbs.html | |
| parent | 80754a17f66ef4cd8469ff0857e0fc592c89796d (diff) | |
| download | gitlab-docs/furo-cleanup.tar.gz | |
docs: switch to Furo and refresh introduction pagesdocs/furo-cleanup
Diffstat (limited to 'docs/_templates/breadcrumbs.html')
| -rw-r--r-- | docs/_templates/breadcrumbs.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/_templates/breadcrumbs.html b/docs/_templates/breadcrumbs.html deleted file mode 100644 index cdb05a9..0000000 --- a/docs/_templates/breadcrumbs.html +++ /dev/null @@ -1,24 +0,0 @@ -{# 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 %} - -<div role="navigation" aria-label="breadcrumbs navigation"> - <ul class="wy-breadcrumbs"> - <li><a href="{{ pathto(master_doc) }}">Docs</a> »</li> - {% for doc in parents %} - <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li> - {% endfor %} - <li>{{ title }}</li> - <li class="wy-breadcrumbs-aside"> - {% if pagename != "search" %} - <a href="https://github.com/python-gitlab/python-gitlab/blob/main/{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> Edit on GitHub</a> - | <a href="https://github.com/python-gitlab/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a> - {% endif %} - </li> - </ul> - <hr/> -</div> |
