File: 011-docs-remove-google-analytics.patch

package info (click to toggle)
python-aio-pika 9.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: python: 8,009; makefile: 36; xml: 1
file content (17 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: python-aio-pika/docs/source/conf.py
===================================================================
--- python-aio-pika.orig/docs/source/conf.py	2025-01-09 12:39:07.000000000 +0000
+++ python-aio-pika/docs/source/conf.py	2025-01-09 12:51:33.831301845 +0000
@@ -45,12 +45,8 @@
     "sphinx.ext.doctest",
     "sphinx.ext.coverage",
     "sphinx.ext.viewcode",
-    "sphinxcontrib.googleanalytics",
 ]
 
-googleanalytics_id = "G-VNYV7TYPS6"
-googleanalytics_enabled = True
-
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]