From e3cffad85832f617bd3a26f08617b9e3a256ef75 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 28 Oct 2020 19:32:43 -0600 Subject: always use up-to-date Sphinx --- conf.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 79e49e1..aef57e6 100644 --- a/conf.py +++ b/conf.py @@ -59,6 +59,16 @@ html_theme_options = { 'font_size': '16px', } +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'relations.html', + 'searchbox.html', + 'donate.html', + ] +} + # PDF output -- cgit v1.2.3