{% extends "!page.html" %} {# This follows Furo's footer markup; recheck it when updating Furo. #} {% block footer %}
{%- if show_copyright %} {%- endif %} Made with Sphinx and built on Furo {#- The i18n wrappers furo puts here are dropped; these docs are English-only. #} {%- if last_updated -%}
{% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%}
{%- endif %}
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%} {{- icon_dict.html -}} {% endfor %}
{%- endif %}
{% endblock footer %}