You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if theme_copyright_url or hasdoc('copyright') %}
144
+
</a>
145
+
{% endif %} {{ copyright|e }}.
140
146
<br/>
141
147
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
142
148
<br/>
143
149
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
144
150
<br/>
145
-
{% if theme_license_url %}{% trans license_file=theme_license_url %}See <ahref="{{ license_file }}">History and License</a> for more information.{% endtrans %}<br/>{% endif %}
146
-
{% if theme_hosted_on %}{% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}<br/>{% endif %}
151
+
{% if theme_license_url %}
152
+
{% trans license_file=theme_license_url %}See <ahref="{{ license_file }}">History and License</a> for more information.{% endtrans %}<br/>
153
+
{% endif %}
154
+
{% if theme_hosted_on %}
155
+
{% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}<br/>
156
+
{% endif %}
147
157
<br/>
148
158
149
159
{% include "footerdonate.html" %}
150
160
<br/>
151
161
152
-
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
153
-
{% if theme_issues_url %}{% trans %}<ahref="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}{% endif %}
162
+
{%- if last_updated %}
163
+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
164
+
{%- endif %}
165
+
{% if theme_issues_url %}
166
+
{% trans %}<ahref="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}
167
+
{% endif %}
154
168
<br/>
155
169
156
170
{% trans sphinx_version=sphinx_version|e %}Created using <ahref="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
0 commit comments