From e49891a5cf297d90b5149fa813b26dc0fb4aea50 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 8 Jan 2021 00:24:18 -0800 Subject: [PATCH] Fix breadcrumb links. See https://github.com/readthedocs/sphinx_rtd_theme/pull/1010 --- docs/source/_templates/breadcrumbs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/_templates/breadcrumbs.html b/docs/source/_templates/breadcrumbs.html index d53215c2674d..b2e967c7955d 100644 --- a/docs/source/_templates/breadcrumbs.html +++ b/docs/source/_templates/breadcrumbs.html @@ -15,21 +15,21 @@ {{ _('Edit on GitHub') }} {% else %} - {{ _('Edit on GitHub') }} + {{ _('Edit on GitHub') }} {% endif %} {% elif display_bitbucket %} {% if check_meta and 'bitbucket_url' in meta %} {{ _('Edit on Bitbucket') }} {% else %} - {{ _('Edit on Bitbucket') }} + {{ _('Edit on Bitbucket') }} {% endif %} {% elif display_gitlab %} {% if check_meta and 'gitlab_url' in meta %} {{ _('Edit on GitLab') }} {% else %} - {{ _('Edit on GitLab') }} + {{ _('Edit on GitLab') }} {% endif %} {% elif show_source and source_url_prefix %} {{ _('View page source') }}