1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Stein Magnus Jodal <stein.magnus@jodal.no>
Date: Sat, 12 Sep 2015 10:56:58 +0200
Subject: Remove Google AdSense tracker from docs
---
sites/shared_conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -23,7 +23,7 @@
"travis_button": False, # Circle now
"codecov_button": False, # README badge now
"tidelift_url": "https://tidelift.com/subscription/pkg/pypi-fabric?utm_source=pypi-fabric&utm_medium=referral&utm_campaign=docs",
- "analytics_id": "UA-18486793-1",
+# "analytics_id": "UA-18486793-1",
"link": "#3782BE",
"link_hover": "#3782BE",
# Wide enough that 80-col code snippets aren't truncated on default font
|