From 2ad607a0e5137013be01afd24f527bbce4c73960 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Tue, 30 Apr 2019 10:30:15 +0200 Subject: [PATCH] Remove google analytics --- docs | 2 +- sphinx/_templates/layout.html | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/docs b/docs index 777ce6e..a91d9a4 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 777ce6e347bd4f5c7678677b758d2d6236cf32e4 +Subproject commit a91d9a4aff3f867ccdfae31d63e82be78000a0d9 diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index db81435..7170ae5 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -1,16 +1 @@ {% extends "!layout.html" %} - -{% block footer %} -{{ super() }} - - -{% endblock %}