@@ -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 ="{{ theme_root_icon_alt_text }} " 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 >
@@ -48,8 +48,8 @@ <h3>{{ _('Navigation') }}</h3>
48
48
{%- if builder != "htmlhelp" %}
49
49
< div class ="inline-search " role ="search ">
50
50
< form class ="inline-search " action ="{{ pathto('search') }} " method ="get ">
51
- < input placeholder ="{{ _('Quick search') }} " aria-label ="{{ _('Quick search') }} " type ="search " name ="q " id ="search-box " / >
52
- < input type ="submit " value ="{{ _('Go') }} " / >
51
+ < input placeholder ="{{ _('Quick search') }} " aria-label ="{{ _('Quick search') }} " type ="search " name ="q " id ="search-box ">
52
+ < input type ="submit " value ="{{ _('Go') }} ">
53
53
</ form >
54
54
</ div >
55
55
{%- endif %}
@@ -71,7 +71,7 @@ <h3>{{ _('Navigation') }}</h3>
71
71
72
72
{%- block extrahead -%}
73
73
< link rel ="stylesheet " href ="{{ pathto('_static/pydoctheme_dark.css', 1) }} " media ="(prefers-color-scheme: dark) " id ="pydoctheme_dark_css ">
74
- < link rel ="shortcut icon " type ="image/png " href ="{{ pathto('_static/' ~ theme_root_icon, 1) }} " / >
74
+ < link rel ="shortcut icon " type ="image/png " href ="{{ pathto('_static/' ~ theme_root_icon, 1) }} ">
75
75
{%- if builder != "htmlhelp" %}
76
76
{%- if not embedded %}
77
77
< script type ="text/javascript " src ="{{ pathto('_static/copybutton.js', 1) }} "> </ script >
@@ -93,23 +93,23 @@ <h3>{{ _('Navigation') }}</h3>
93
93
{%- if builder != 'htmlhelp' %}
94
94
< div class ="mobile-nav ">
95
95
< input type ="checkbox " id ="menuToggler " class ="toggler__input " aria-controls ="navigation "
96
- aria-pressed ="false " aria-expanded ="false " role ="button " aria-label ="{{ _('Menu')}} " / >
96
+ aria-pressed ="false " aria-expanded ="false " role ="button " aria-label ="{{ _('Menu')}} ">
97
97
< nav class ="nav-content " role ="navigation ">
98
98
< label for ="menuToggler " class ="toggler__label ">
99
99
< span > </ span >
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 ="{{ theme_root_icon_alt_text }} "/ >
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" %}
107
107
< form role ="search " class ="search " action ="{{ pathto('search') }} " method ="get ">
108
108
< svg xmlns ="http://www.w3.org/2000/svg " width ="20 " height ="20 " viewBox ="0 0 24 24 " class ="search-icon ">
109
109
< path fill-rule ="nonzero " fill ="currentColor " d ="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z "> </ path >
110
110
</ svg >
111
- < input placeholder ="{{ _('Quick search') }} " aria-label ="{{ _('Quick search') }} " type ="search " name ="q " / >
112
- < input type ="submit " value ="{{ _('Go') }} "/ >
111
+ < input placeholder ="{{ _('Quick search') }} " aria-label ="{{ _('Quick search') }} " type ="search " name ="q ">
112
+ < input type ="submit " value ="{{ _('Go') }} ">
113
113
</ form >
114
114
{%- endif %}
115
115
</ span >
@@ -121,7 +121,7 @@ <h3>{{ _('Navigation') }}</h3>
121
121
{%- if logo %}
122
122
< p class ="logo ">
123
123
< a href ="{{ pathto('index') }} ">
124
- < img class ="logo " src ="{{ pathto('_static/' ~ logo, 1)|e }} " alt ="Logo "/ >
124
+ < img class ="logo " src ="{{ pathto('_static/' ~ logo, 1)|e }} " alt ="Logo ">
125
125
</ a >
126
126
</ p >
127
127
{%- endif %}
@@ -143,29 +143,29 @@ <h3>{{ _('Navigation') }}</h3>
143
143
{% if theme_copyright_url or hasdoc('copyright') %}
144
144
</ a >
145
145
{% endif %} {{ copyright|e }}.
146
- < br / >
146
+ < br >
147
147
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
148
- < br / >
148
+ < br >
149
149
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
150
- < br / >
150
+ < br >
151
151
{% if theme_license_url %}
152
- {% trans license_file=theme_license_url %}See < a href ="{{ license_file }} "> History and License</ a > for more information.{% endtrans %}< br / >
152
+ {% trans license_file=theme_license_url %}See < a href ="{{ license_file }} "> History and License</ a > for more information.{% endtrans %}< br >
153
153
{% endif %}
154
154
{% if theme_hosted_on %}
155
- {% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}< br / >
155
+ {% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}< br >
156
156
{% endif %}
157
- < br / >
157
+ < br >
158
158
159
159
{% include "footerdonate.html" %}
160
- < br / >
160
+ < br >
161
161
162
162
{%- if last_updated %}
163
163
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
164
164
{%- endif %}
165
165
{% if theme_issues_url %}
166
166
{% trans %}< a href ="{{ theme_issues_url }} "> Found a bug</ a > ?{% endtrans %}
167
167
{% endif %}
168
- < br / >
168
+ < br >
169
169
170
170
{% trans sphinx_version=sphinx_version|e %}Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > {{ sphinx_version }}.{% endtrans %}
171
171
</ div >
0 commit comments