From b42b05ecc24dd59c56806068029c35efe16443fb Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Mon, 11 Mar 2019 21:14:33 +0100 Subject: [PATCH] update docs --- docs | 2 +- sphinx/_templates/layout.html | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 6a12543..6615281 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 6a12543461144fc164942c79a0b1457fd6284779 +Subproject commit 6615281c7e436a256166470998bbd7f823cb6165 diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 1b844dc..1873138 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -1,5 +1,17 @@ {% extends "!layout.html" %} +{% block extrahead %} +{{ super() }} + + + +{% endblock %} + {% block footer %} {{ super() }} @@ -13,4 +25,4 @@ ga('send', 'pageview'); -{% endblock %} \ No newline at end of file +{% endblock %}