From b7fdccd0644edb5ded98f223181db8e739da42a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 4 Oct 2018 11:34:44 +0200 Subject: [PATCH] Port https://github.com/rtfd/sphinx_rtd_theme/pull/666 to footer.html --- _templates/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_templates/footer.html b/_templates/footer.html index 281ce77..50f780f 100644 --- a/_templates/footer.html +++ b/_templates/footer.html @@ -16,9 +16,9 @@

{%- if show_copyright %} {%- if hasdoc('copyright') %} - {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %} {%- else %} - {% trans copyright=copyright|e %}© Copyright {{current_year}} {{ copyright }}.{% endtrans %} + {% trans copyright=copyright|e %}© Copyright {{current_year}} {{ copyright }}{% endtrans %} {%- endif %} {%- endif %}