From 52db96d2921a60bdeac8e56c2d1db14a49b737fb Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Fri, 1 Dec 2023 22:33:16 +0100 Subject: [PATCH] chore(alabaster): disable GitHub banner (#2191) (As it links to a removed S3 object.) See also: https://github.com/sphinx-doc/alabaster/issues/166. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 772521b69..4778378ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -168,7 +168,7 @@ 'github_user': 'falconry', 'github_repo': 'falcon', 'github_button': False, - 'github_banner': not dash_build, + 'github_banner': False, 'fixed_sidebar': False, 'show_powered_by': False, 'extra_nav_links': OrderedDict(