From c77734a295399475672890b71a42d7c26d44c40d Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Thu, 20 Sep 2018 13:58:33 +0200 Subject: [PATCH 1/2] Fix Flash of Unstyled Content This also removes all remaining Flipcause integration code. The problem is the - - - From d9950c25bb385bd4a2b7d5dcb67f0fbe3b28e8e0 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Thu, 20 Sep 2018 13:37:44 +0200 Subject: [PATCH 2/2] 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 ed28bf66ba6e..062be3b551db 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 }}.