File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+ < div role ="navigation " aria-label ="breadcrumbs navigation ">
10
+ < ul class ="wy-breadcrumbs ">
11
+ < li > < a href ="{{ pathto(master_doc) }} "> Docs</ a > »</ li >
12
+ {% for doc in parents %}
13
+ < li > < a href ="{{ doc.link|e }} "> {{ doc.title }}</ a > »</ li >
14
+ {% endfor %}
15
+ < li > {{ title }}</ li >
16
+ < li class ="wy-breadcrumbs-aside ">
17
+ {% if pagename != "search" %}
18
+ < a href ="https://github.com/gpocentek/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }} " class ="fa fa-github "> Edit on GitHub</ a >
19
+ | < a href ="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 >
You can’t perform that action at this time.
0 commit comments