|
@@ -147,7 +147,11 @@ html_static_path = ['_static']
|
|
#html_use_smartypants = True
|
|
#html_use_smartypants = True
|
|
|
|
|
|
# Custom sidebar templates, maps document names to template names.
|
|
# Custom sidebar templates, maps document names to template names.
|
|
-#html_sidebars = {}
|
|
|
|
|
|
+html_sidebars = {
|
|
|
|
+ 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
|
|
|
|
+ '**': ['localtoc.html', 'relations.html',
|
|
|
|
+ 'sourcelink.html', 'searchbox.html']
|
|
|
|
+}
|
|
|
|
|
|
# Additional templates that should be rendered to pages, maps page names to
|
|
# Additional templates that should be rendered to pages, maps page names to
|
|
# template names.
|
|
# template names.
|