From f2cc4f5421f3e260ad3d502654c4e0a846b96f15 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Thu, 20 Sep 2018 13:37:44 +0200 Subject: [PATCH] Fix non-functional Sphinx link A space character was missing --- doc/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index e95ec1fdf110..6f068d1a47a8 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -238,7 +238,7 @@

{{ _('Navigation') }}

{%- endif %} {%- if show_sphinx %} {% trans sphinx_version=sphinx_version|e %}Created using - Sphinx {{ sphinx_version }}.{% endtrans %} + Sphinx {{ sphinx_version }}.{% endtrans %} {%- endif %} {%- if sha %} Doc version {{ sha }}.