File: docs_build.patch

package info (click to toggle)
python-gsd 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: python: 3,252; ansic: 1,965; cpp: 129; makefile: 14
file content (17 lines) | stat: -rw-r--r-- 581 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-gsd/doc/conf.py
===================================================================
--- python-gsd.orig/doc/conf.py	2024-07-05 14:29:46.999633890 +0200
+++ python-gsd/doc/conf.py	2024-07-05 14:44:19.544852378 +0200
@@ -19,9 +19,9 @@
     'sphinx_copybutton',
 ]
 
-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