Skip to content

Commit

Permalink
Added missing space char in footer (#1188)
Browse files Browse the repository at this point in the history
* Added missing space char in footer

* Changed space to the expected jinja syntax
  • Loading branch information
nienn committed Aug 9, 2021
1 parent 9a50ff9 commit 5f343c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/footer.html
Expand Up @@ -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 %}
Expand Down

0 comments on commit 5f343c9

Please sign in to comment.