File: rm-github-button.diff

package info (click to toggle)
drgn 0.0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,892 kB
  • sloc: python: 59,081; ansic: 51,400; awk: 423; makefile: 339; sh: 113
file content (19 lines) | stat: -rw-r--r-- 597 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
Description: Disable GitHub button
 The documentation should not contain GitHub buttons, as this is a privacy
 breach: https://lintian.debian.org/tags/privacy-breach-generic
Author: Michel Lind <michel@michel-slm.name>
Forwarded: not-needed
Last-Update: 2025-04-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ html_theme_options = {
     "logo_text_align": "center",
     "github_user": "osandov",
     "github_repo": "drgn",
-    "github_button": True,
+    "github_button": False,
     "github_type": "star",
 }