File: 0001-doc-remove-github-banner-to-avoid-lintian-warnings.patch

package info (click to toggle)
termpaint 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,640 kB
  • sloc: cpp: 38,994; ansic: 9,764; python: 327; sh: 33; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 529 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
From: Martin Hostettler <textshell@uchuujin.de>
Date: Wed, 23 Feb 2022 08:39:23 +0100
Subject: doc: remove github banner to avoid lintian warnings.

Forwarded: not-needed
---
 doc/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/conf.py b/doc/conf.py
index c260fe4..b894965 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -55,6 +55,7 @@ html_theme_options = {
     'github_user': 'termpaint',
     'github_repo': 'termpaint',
     'github_banner': True,
+    'github_button': False
 }
 
 html_show_copyright = False