diff --git a/docs/conf.py b/docs/conf.py
index 584d4ba1461d4831322f2310c2375366dff2322a..29145057296af0fde5d0627f5528cbc5739d6e2c 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 ---------------------------------------------