Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAna Costa <anacosta.xl@gmail.com>2021-08-09 22:59:35 +0300
committerGitHub <noreply@github.com>2021-08-09 22:59:35 +0300
commit5f343c996a923f143a5de7bf9a4d9b357afca676 (patch)
tree4aac9dce5f612de625fe68da9610dc5d6d297aee /sphinx_rtd_theme
parent9a50ff9015ed2caa7502bd6f285715f51a6b8301 (diff)
Added missing space char in footer (#1188)
* Added missing space char in footer * Changed space to the expected jinja syntax
Diffstat (limited to 'sphinx_rtd_theme')
-rw-r--r--sphinx_rtd_theme/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html
index 44c7aeb..90e0263 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 #}
<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 {{ readthedocs_web }}{% endtrans %}.
{% endif %}
{%- block extrafooter %} {% endblock %}