From f0061bd158a56b199078aa03da3f080700187969 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Fri, 24 Feb 2023 10:55:06 -0800 Subject: [PATCH] The problem is CSS, not the breadcrumbs template. Tightly scope offending CSS and remove breadcrumbs template override --- docs_theme/assets/theme.css | 2 +- docs_theme/breadcrumbs.html | 48 ------------------------------------- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 docs_theme/breadcrumbs.html diff --git a/docs_theme/assets/theme.css b/docs_theme/assets/theme.css index 6354b9d6..8eaddda6 100644 --- a/docs_theme/assets/theme.css +++ b/docs_theme/assets/theme.css @@ -118,7 +118,7 @@ div.rst-content { background-size: 100%; } -a.icon-home:before { +.wy-side-nav-search a.icon-home:before { display: block; width: 84px; height: 70px; diff --git a/docs_theme/breadcrumbs.html b/docs_theme/breadcrumbs.html deleted file mode 100644 index 7aa4d113..00000000 --- a/docs_theme/breadcrumbs.html +++ /dev/null @@ -1,48 +0,0 @@ - - -
- - {%- if config.theme.prev_next_buttons_location|lower in ['top', 'both'] - and page and (page.next_page or page.previous_page) %} - - {%- endif %} -
-