File: 2011_disable_google_analytics.patch

package info (click to toggle)
ghostscript 10.05.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 93,508 kB
  • sloc: ansic: 908,895; python: 7,676; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 529; awk: 66; yacc: 18
file content (18 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable google analytics in HTML docs
Author: Steve Robbins <srm@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-16


diff --git a/doc/src/conf.py b/doc/src/conf.py
index d1709126..98c61aea 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -30,7 +30,6 @@ extensions = [
     'rst2pdf.pdfbuilder',
     'sphinx.ext.autosectionlabel',
     'sphinx_copybutton',
-    'sphinxcontrib.googleanalytics'
 ]
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]