From c410ee2547cd84906e9e6793cca2a49feae444b0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 29 Jan 2018 21:37:40 -0500 Subject: [PATCH] Update footer.html (#561) --- 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 9975c8d8..448d1457 100644 --- a/sphinx_rtd_theme/footer.html +++ b/sphinx_rtd_theme/footer.html @@ -43,7 +43,7 @@ {%- if show_sphinx %} - {% trans %}Built with Sphinx using a theme provided by Read the Docs{% endtrans %}. + {% trans %}Built with Sphinx using a theme provided by Read the Docs{% endtrans %}. {%- endif %} {%- block extrafooter %} {% endblock %}