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 b360305 commit 8f32736Copy full SHA for 8f32736
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