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