Add sidebar navigation 33/54233/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 2 Apr 2017 20:22:53 +0000 (13:22 -0700)
committerColin Dixon <colin@colindixon.com>
Sun, 2 Apr 2017 23:07:06 +0000 (23:07 +0000)
Change-Id: I1bb6cd6d253dbec6e87f9fc7ddf45edf11f3b015
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
(cherry picked from commit cb768a00129c37b4e8c6aa9ab4a7e2e9929e5e66)

docs/conf.py

index 839bd4cca44c48e7544b3706f816d3788c499bee..c075cd653616fb2ee24f2bb2dfc82c0a187315bc 100644 (file)
@@ -171,7 +171,9 @@ html_static_path = ['_static']
 #html_use_smartypants = True
 
 # Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {
+    '**': ['localtoc.html'],
+}
 
 # Additional templates that should be rendered to pages, maps page names to
 # template names.