diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 000000000..d9ec48194
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,13 @@
+{% extends "!layout.html" %}
+
+{%- block extrahead %}
+
+
+
+
+ {{ super() }}
+{% endblock %}
diff --git a/docs/conf.py b/docs/conf.py
index adb8f01b3..ad66c2e62 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -114,7 +114,6 @@ html_theme_options = {
'show_powered_by': False,
'fixed_sidebar': True,
'sidebar_collapse': True,
- 'analytics_id': 'UA-20736318-2',
'github_button': False,
'github_banner': True,
'github_user': 'kovidgoyal',