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

package info (click to toggle)
tuiwidgets 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,852 kB
  • sloc: cpp: 70,959; python: 655; sh: 39; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Christoph Hueffelmann <chr@istoph.de>
Date: Wed, 18 Jan 2023 22:24:09 +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 82c75d1..d79ccb4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -64,6 +64,7 @@ html_theme_options = {
     'github_user': 'tuiwidgets',
     'github_repo': 'tuiwidgets',
     'github_banner': True,
+    'github_button': False,
     'body_max_width': 950,
 }