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.
2 parents 347a08f + ed9cdf0 commit ad7a8a4Copy full SHA for ad7a8a4
sphinx_rtd_theme/breadcrumbs.html
@@ -28,7 +28,7 @@
28
29
<ul class="wy-breadcrumbs">
30
{% block breadcrumbs %}
31
- <li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> »</li>
+ <li><a href="{{ pathto(master_doc) }}" class="icon icon-home"></a> »</li>
32
{% for doc in parents %}
33
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
34
{% endfor %}
0 commit comments