From 160cebd0be9f6816f334f09a716af707a2ddd971 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 25 Nov 2019 20:06:03 +0000 Subject: [PATCH] Remove Google Analytics tracking code --- conf.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/conf.py b/conf.py index 72f37bd..c84a939 100644 --- a/conf.py +++ b/conf.py @@ -1133,18 +1133,7 @@ MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra', 'admonition'] # Google Analytics or whatever else you use. Added to the bottom of # in the default template (base.tmpl). # (translatable) -GOOGLE_ANALYTICS = "UA-10201101-1" -BODY_END = f""" - -""" +# BODY_END = "" # The possibility to extract metadata from the filename by using a # regular expression.