From 7a1e7f967ebb4c94a99b44205d871b066260bf4b Mon Sep 17 00:00:00 2001 From: Ana Costa Date: Mon, 9 Aug 2021 19:55:45 +0100 Subject: [PATCH 1/2] Added missing space char in footer --- sphinx_rtd_theme/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index 44c7aeb3d..c03d1eee6 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -51,7 +51,7 @@ {#- 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 documenation #} - {% trans %}theme{% endtrans %} + {% trans %}theme{% endtrans %} {#- 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 %}. {% endif %} From c7e337fa63b4a17c078e85a02e99ee209a246973 Mon Sep 17 00:00:00 2001 From: Ana Costa Date: Mon, 9 Aug 2021 20:17:31 +0100 Subject: [PATCH 2/2] Changed space to the expected jinja syntax --- sphinx_rtd_theme/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html index c03d1eee6..90e026342 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -51,9 +51,9 @@ {#- 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 documenation #} - {% trans %}theme{% endtrans %} + {% trans %}theme{% endtrans %} {#- 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 {{ readthedocs_web }}{% endtrans %}. {% endif %} {%- block extrafooter %} {% endblock %}