Skip to content

Commit f787cce

Browse files
authored
Breadcrumbs use home icon instead of "Docs"
This gives more room for longer breadcrumbs and makes the theme a little bit more generic. For example, people might use the theme for other purposes then hosting "docs".
1 parent f237820 commit f787cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ul class="wy-breadcrumbs">
3030
{% block breadcrumbs %}
31-
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
31+
<li><a href="{{ pathto(master_doc) }}" class="icon icon-home"></a> &raquo;</li>
3232
{% for doc in parents %}
3333
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
3434
{% endfor %}

0 commit comments

Comments
 (0)