Add Sidebar 67/31067/1
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Mon, 13 Mar 2017 18:24:03 +0000 (23:54 +0530)
committerSofia Wallin <sofia.wallin@ericsson.com>
Mon, 20 Mar 2017 14:30:08 +0000 (14:30 +0000)
Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit 43b90b762d5df17fac7395a709b5262b51c04375)

docs/_templates/my_custom_sidebar.html [new file with mode: 0644]
docs/conf.py

diff --git a/docs/_templates/my_custom_sidebar.html b/docs/_templates/my_custom_sidebar.html
new file mode 100644 (file)
index 0000000..6b259bc
--- /dev/null
@@ -0,0 +1,3 @@
+<ul class="globaltoc">
+{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=False,includehidden=theme_globaltoc_includehidden|tobool) }}
+</ul>
\ No newline at end of file
index 72bc27f..3060d82 100644 (file)
@@ -263,6 +263,7 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
+html_sidebars = {'**': ['my_custom_sidebar.html']}
 # Documents to append as an appendix to all manuals.
 # texinfo_appendices = []