This commit is contained in:
Manuel Kaufmann 2024-11-22 14:27:55 +08:00 committed by GitHub
commit eaf7327fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,13 +48,16 @@
{% if show_sphinx %}
{%- set sphinx_web = '<a href="https://www.sphinx-doc.org/">Sphinx</a>' %}
{%- set readthedocs_web = '<a href="https://readthedocs.org">Read the Docs</a>' %}
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
{%- trans sphinx_web=sphinx_web, readthedocs_web=readthedocs_web %}Built with {{ sphinx_web }} using a{% endtrans %}
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documentation #}
<a href="https://github.com/readthedocs/sphinx_rtd_theme">{% trans %}theme{% endtrans %}</a>
{#- Translators: this is always used as "provided by Read the Docs", and should not imply Read the Docs is an author of the generated documentation. #}
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.
{% trans %}provided by Read the Docs{% endtrans %}.
{% endif %}
{% if READTHEDOCS %}
Hosted on <a href="https://about.readthedocs.com/">Read the Docs</a>.
{% endif %}
{%- block extrafooter %} {% endblock %}