{% extends "!page.html" %} {#- RSKTOOLS-478: override Furo's footer to physically remove the "Made with Sphinx and @pradyunsg's Furo" attribution from the page source. This reproduces Furo's footer block verbatim minus that attribution line (and minus the Read-the-Docs-only icon SVGs, which never render off RTD). -#} {% block footer %}
{%- if show_copyright %} {%- endif %} {%- 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 %}