We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba4b2 commit 6bed095Copy full SHA for 6bed095
sphinx_rtd_theme/footer.html
@@ -16,9 +16,9 @@
16
<p>
17
{%- if show_copyright %}
18
{%- if hasdoc('copyright') %}
19
- {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+ {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}{% endtrans %}
20
{%- else %}
21
- {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
+ {% trans copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %}
22
{%- endif %}
23
24
0 commit comments