File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 {% set pagename = pagename.replace("auto_", "../") %}
55 {% if pagename.endswith("/index") %}
66 {% set pagename = pagename.replace("/index", "/README") %}
7- {% set suffix = ".rst" %}
7+ {% set page_source_suffix = ".rst" %}
88 {% else %}
9- {% set suffix = ".py" %}
9+ {% set page_source_suffix = ".py" %}
1010 {% endif %}
1111 {% endif %}
1212 < li class ="wy-breadcrumbs-aside ">
13- < a href ="https://{{ github_host|default( "github.com ") }}/{{ github_user|default("dstl") }}/{{ github_repo|default("Stone-Soup") }}/{{ theme_vcs_pageview_mode or "blob" }}/{{ github_version|default("main") }}{{ conf_py_path|default("/docs/source/") }}{{ pagename }}{{ suffix }}" class="fa fa-github "> {{ _('Edit on GitHub') }}</ a >
13+ < a href ="https://{{ github_host|default( "github.com ") }}/{{ github_user|default("dstl") }}/{{ github_repo|default("Stone-Soup") }}/{{ theme_vcs_pageview_mode or "blob" }}/{{ github_version|default("main") }}{{ conf_py_path|default("/docs/source/") }}{{ pagename }}{{ page_source_suffix }}" class="fa fa-github "> {{ _('Edit on GitHub') }}</ a >
1414 </ li >
1515{% endblock %}
You can’t perform that action at this time.
0 commit comments