From a13043ca17e67b396b3e2ccede253fcf734791f8 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 15 Apr 2014 17:42:23 -0400 Subject: [PATCH] Update breadcrumbs to use source_suffix variable --- sphinx_rtd_theme/breadcrumbs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index d9b29371..ff0938e5 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -7,9 +7,9 @@
  • {{ title }}
  • {% if display_github %} - Edit on GitHub + Edit on GitHub {% elif display_bitbucket %} - Edit on Bitbucket + Edit on Bitbucket {% elif show_source and has_source and sourcename %} View page source {% endif %}