diff --git a/docs/theme/mkdocs/breadcrumbs.html b/docs/theme/mkdocs/breadcrumbs.html
index 5fa684432f..aa4e90af8b 100644
--- a/docs/theme/mkdocs/breadcrumbs.html
+++ b/docs/theme/mkdocs/breadcrumbs.html
@@ -2,13 +2,9 @@
{% for section in nav %}
{% if section.active %}
+ {{ section.title }}
{% if section.children %}
- {% for page in section.children[:1] %}
- {{ section.title }}
- {% endfor %}
- {% endif %}
- {% if section.children %}
- {{ current_page.title }}
+ {{ current_page.title }}
{% endif %}
{% endif %}
{% endfor %}