diff --git a/docs/_templates/breadcrumbs.html b/docs/_templates/breadcrumbs.html index 9db4a54..d43e818 100644 --- a/docs/_templates/breadcrumbs.html +++ b/docs/_templates/breadcrumbs.html @@ -1,16 +1,15 @@ {% extends "!breadcrumbs.html" %} {# Overrides RTD's default "View page source" link formatting, which forces the full page name in the link; but we don't want it because page names include the repo, eg. "swh-model/index". The view_in_phabricator.py extension sets swh_source_url to ".../source/swh-model/browse/master/docs/index" #} {%- block breadcrumbs_aside %} -foo
  • {%- if hasdoc(pagename) and display_vcs_links %} {{ _('View page source') }} {% endif %}
  • {%- endblock %}