From 5f343c996a923f143a5de7bf9a4d9b357afca676 Mon Sep 17 00:00:00 2001 From: Ana Costa Date: Mon, 9 Aug 2021 20:59:35 +0100 Subject: [PATCH] Added missing space char in footer (#1188) * Added missing space char in footer * Changed space to the expected jinja syntax --- 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..90e026342 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -53,7 +53,7 @@ {#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #} {% 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 %}