Mention "Hosted on Read the Docs" in the footer

Closes #1587
This commit is contained in:
Manuel Kaufmann 2024-10-08 15:32:01 +02:00
parent a1c2147b17
commit cb0b44da28

View File

@ -57,6 +57,10 @@
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.
{% endif %}
{% if READTHEDOCS %}
Hosted on <a href="https://about.readthedocs.com/">Read the Docs</a>.
{% endif %}
{%- block extrafooter %} {% endblock %}
</footer>