Skip to content

Commit

Permalink
Fix Edit on GitHub links on documentation.
Browse files Browse the repository at this point in the history
Fix inline with changes on the theme. See: readthedocs/sphinx_rtd_theme#1010
  • Loading branch information
sdhiscocks committed Feb 16, 2021
1 parent 35dae24 commit 0a7c04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/breadcrumbs.html
Expand Up @@ -10,6 +10,6 @@
{% endif %}
{% endif %}
<li class="wy-breadcrumbs-aside">
<a href="https://{{ github_host|default("github.com") }}/{{ github_user|default("dstl") }}/{{ github_repo|default("Stone-Soup") }}/{{ theme_vcs_pageview_mode|default("blob") }}/{{ github_version|default("master") }}{{ conf_py_path|default("/docs/source/") }}{{ pagename }}{{ suffix }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
<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("master") }}{{ conf_py_path|default("/docs/source/") }}{{ pagename }}{{ suffix }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
</li>
{% endblock %}

0 comments on commit 0a7c04b

Please sign in to comment.