From 8f162db7daa7c3b77ca665db509c9d665b0da616 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 19 Oct 2020 12:20:58 +0200 Subject: [PATCH] DOC: disable footer links to internal docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index c4953c0..60ab9af 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,6 +26,7 @@ html_theme = 'sphinx_audeering_theme' html_theme_options = { 'display_version': True, + 'footer_links': False, 'logo_only': False, 'wide_pages': ['example-wide-pages'], }