diff --git a/doc/conf.py b/doc/conf.py index 2541d98..ee29380 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,12 +24,3 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'bizstyle' -html_sidebars = { - '**': [ - 'about.html', - 'searchfield.html', - 'navigation.html', - 'relations.html', - 'donate.html', - ] -}