We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc335e7 commit b2f2510Copy full SHA for b2f2510
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/breadcrumbs.html
@@ -1,12 +1,5 @@
1
{# Displays (and links to) the parent section(s) of the currently viewed page. #}
2
{%- block breadcrumbs %}
3
-{#
4
- If we have more than 3 parents (excluding the home page) then we remove
5
- The ones in the middle and add an ellipsis.
6
-#}
7
-{% if parents|length>2 %}
8
-{% set parents=[parents[0], {"title": '<i class="fa-solid fa-ellipsis"></i>'}, parents[-1]] %}
9
-{% endif %}
10
11
{#- Hide breadcrumbs on the home page #}
12
{% if title and pagename != root_doc %}
0 commit comments