File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>{{ _('Navigation') }}</h3>
14
14
</ li >
15
15
{%- endfor %}
16
16
{%- block rootrellink %}
17
- < li > < img src ="{{ pathto('_static/' + theme_root_icon, 1) }} " alt ="python logo " style ="vertical-align: middle; margin-top: -1px "/> </ li >
17
+ < li > < img src ="{{ pathto('_static/' + theme_root_icon, 1) }} " alt ="{{theme_root_icon_alt_text}} " style ="vertical-align: middle; margin-top: -1px "/> </ li >
18
18
< li > < a href ="{{theme_root_url}} "> {{theme_root_name}}</ a > {{ reldelim1 }}</ li >
19
19
< li class ="switchers ">
20
20
< div class ="language_switcher_placeholder "> </ div >
@@ -100,7 +100,7 @@ <h3>{{ _('Navigation') }}</h3>
100
100
</ label >
101
101
< span class ="nav-items-wrapper ">
102
102
< a href ="{{ theme_root_url }} " class ="nav-logo ">
103
- < img src ="{{ pathto('_static/' + theme_root_icon, 1) }} " alt ="Logo "/>
103
+ < img src ="{{ pathto('_static/' + theme_root_icon, 1) }} " alt ="{{theme_root_icon_alt_text}} "/>
104
104
</ a >
105
105
< span class ="version_switcher_placeholder "> </ span >
106
106
{%- if pagename != "search" and builder != "singlehtml" %}
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ root_name = Python
32
32
root_url = https://www.python.org/
33
33
root_icon = py.svg
34
34
root_include_title = True
35
+ root_icon_alt_text = Python Logo
35
36
copyright_url =
You can’t perform that action at this time.
0 commit comments