From 256a7a869ee52c449c95b740b46faf120caca7ee Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 5 Sep 2024 16:10:04 +0200 Subject: [PATCH] DOC: remove links to internal Gitlab server (#23) --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f09f506..9904ea1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,10 @@ html_theme_options = { "display_version": True, "logo_only": False, + "footer_links": False, +} +html_context = { + "display_github": True, } html_title = title