File: privacy-protection.patch

package info (click to toggle)
pathos 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: python: 4,506; sh: 38; makefile: 33
file content (22 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Remove all embedded images in generated docs for privacy reasons
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2023-07-24

--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -149,10 +149,10 @@
     'github_user': 'uqfoundation',
     'github_repo': 'pathos',
     'github_button': False,
-    'github_banner': True,
-    'travis_button': True,
-    'codecov_button': True,
-    'donate_url': 'http://uqfoundation.org/pages/donate.html',
+    'github_banner': False,
+    'travis_button': False,
+    'codecov_button': False,
+#   'donate_url': 'http://uqfoundation.org/pages/donate.html',
     'gratipay_user': False,  # username
     'extra_nav_links': {'Module Index': 'py-modindex.html'},
 #   'show_related': True,