From 851596f6e8b719c99a28454b89789376acd99a20 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Tue, 12 Jul 2016 12:05:05 -0700 Subject: [PATCH] Add template blocks around breadcrumbs --- sphinx_rtd_theme/breadcrumbs.html | 58 +++++++++++++++++-------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html index c97b09ff..2a748df1 100644 --- a/sphinx_rtd_theme/breadcrumbs.html +++ b/sphinx_rtd_theme/breadcrumbs.html @@ -1,6 +1,6 @@ {# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} -{% if page_source_suffix %} +{% if page_source_suffix %} {% set suffix = page_source_suffix %} {% else %} {% set suffix = source_suffix %} @@ -22,34 +22,38 @@