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 b360305 + 8f32736 commit 78287f0Copy full SHA for 78287f0
sphinx_rtd_theme/layout.html
@@ -116,7 +116,7 @@
116
{% if logo and theme_logo_only %}
117
<a href="{{ pathto(master_doc) }}">
118
{% else %}
119
- <a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
+ <a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
120
{% endif %}
121
122
{% if logo %}
0 commit comments