Skip to content

Commit 5f343c9

Browse files
authored
Added missing space char in footer (#1188)
* Added missing space char in footer * Changed space to the expected jinja syntax
1 parent 9a50ff9 commit 5f343c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #}
5454
<a href="https://github.com/readthedocs/sphinx_rtd_theme">{% trans %}theme{% endtrans %}</a>
5555
{#- 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. #}
56-
{%- trans %}provided by {{ readthedocs_web }}{% endtrans %}.
56+
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.
5757
{% endif %}
5858

5959
{%- block extrafooter %} {% endblock %}

0 commit comments

Comments
 (0)