From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 28 Mar 2022 21:00:07 +0200
Subject: docs: Disable Google Analytics in mkdocs-doc

We don't want nor need the usage of Google Analytics within the Debian
packages, so set the value config.theme.analytics.gtag' finally to
'None' which disables the usage the JS code inside { if } { endif }.

Forwarded: Not-Needed
---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 7f299e6..99c354a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -11,7 +11,7 @@ theme:
   color_mode: auto
   user_color_mode_toggle: true
   locale: en
-  analytics: {gtag: 'G-274394082'}
+  analytics: {gtag: 'None'}
   highlightjs: true
   hljs_languages:
     - yaml
