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,
|