From 87d49a66bf9819a4083cdacf4c4d0287a4df8c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Tue, 2 Feb 2021 06:12:31 +0100 Subject: [PATCH] Fix vcs_pageview_mode default according to upstream. 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 b81f3ef6..6331f505 100755 --- a/docs/source/_templates/breadcrumbs.html +++ b/docs/source/_templates/breadcrumbs.html @@ -49,21 +49,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') }}