File: docs-disable-ga

package info (click to toggle)
python-pipx 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,216 kB
  • sloc: python: 7,204; makefile: 17; sh: 13
file content (25 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Stefano Rivera <stefanor@debian.org>
Date: Wed, 29 Sep 2021 10:02:32 -0700
Subject: docs: Disable Google Analytics

For the privacy of local users, disable google analytics.

Forwarded: not-needed
---
 mkdocs.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index bdd1256..65c8e95 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -3,9 +3,6 @@ site_description: execute binaries from Python packages in isolated environments
 
 theme:
   name: "material"
-google_analytics:
-  - 'UA-90243909-2'
-  - 'auto'
 repo_name: pypa/pipx
 repo_url: https://github.com/pypa/pipx
 edit_uri: edit/main/docs/