diff --git a/sphinx_rtd_theme/breadcrumbs.html b/sphinx_rtd_theme/breadcrumbs.html
index af4f55a4..0028421e 100644
--- a/sphinx_rtd_theme/breadcrumbs.html
+++ b/sphinx_rtd_theme/breadcrumbs.html
@@ -6,14 +6,16 @@
{% endfor %}
{{ title }}
- {% if display_github %}
- Edit on GitHub
- {% elif display_bitbucket %}
- Edit on Bitbucket
- {% elif show_source and source_url_prefix %}
- View page source
- {% elif show_source and has_source and sourcename %}
- View page source
+ {% if pagename != "search" %}
+ {% if display_github %}
+ Edit on GitHub
+ {% elif display_bitbucket %}
+ Edit on Bitbucket
+ {% elif show_source and source_url_prefix %}
+ View page source
+ {% elif show_source and has_source and sourcename %}
+ View page source
+ {% endif %}
{% endif %}