From 97102d7828fce00f8d04ad64ec3c56ef2fa31e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 3 Aug 2018 13:17:17 +0200 Subject: [PATCH] Customize sidebar --- docs/conf.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 584d4ba14..291450572 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,7 +100,15 @@ html_static_path = ['_static'] # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # -# html_sidebars = {} +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'relations.html', + 'searchbox.html', + 'sourcelink.html' + ] + } # -- Options for HTMLHelp output --------------------------------------------- -- GitLab