diff --git a/docs/conf.py b/docs/conf.py index c3de7be3d704c570c084acf5c22f308a965da798..646b3b6fc8b3868ee2486899409e5f20b587a04e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,6 +108,15 @@ html_static_path = ['_static'] # 'searchbox.html']``. # # html_sidebars = {} +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'relations.html', + 'searchbox.html', + 'donate.html', + ] +} # -- Options for HTMLHelp output ---------------------------------------------