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 2dde725..87338d6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -60,6 +60,7 @@ html_theme_options = {
'github_user': 'tuiwidgets',
'github_repo': 'tuiwidgets',
'github_banner': True,
+ 'github_button': False,
'body_max_width': 950,
}
|