File: docs_build.patch

package info (click to toggle)
python-gsd 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: python: 3,255; ansic: 1,965; cpp: 129; makefile: 14
file content (17 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: python-gsd/doc/conf.py
===================================================================
--- python-gsd.orig/doc/conf.py	2025-10-18 12:06:49.100209687 +0200
+++ python-gsd/doc/conf.py	2025-10-18 12:06:49.095538921 +0200
@@ -20,9 +20,9 @@
     'sphinx_inline_tabs',
 ]
 
-if os.getenv('READTHEDOCS'):
-    extensions.append('sphinxcontrib.googleanalytics')
-    googleanalytics_id = 'G-25TF48HJ76'
+#if os.getenv('READTHEDOCS'):
+#    extensions.append('sphinxcontrib.googleanalytics')
+#    googleanalytics_id = 'G-25TF48HJ76'
 
 napoleon_include_special_with_doc = True