From bd844938e390731fe4e37a202322280b2a222f34 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 8 Nov 2013 12:21:22 -0800 Subject: [PATCH] Edit breadcrumbs to only show source without github --- sphinx_rtd_theme/breadcrumbs.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index d5dedef7..ceb11661 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -4,12 +4,8 @@
  • {% if display_github %} Edit on GitHub - {% endif %} - {% if show_source and has_source and sourcename and display_github %} -  «  - {% endif %} - {% if show_source and has_source and sourcename %} - [source] + {% elif show_source and has_source and sourcename %} + View page source {% endif %}