summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-03-13 23:54:03 +0530
committerSofia Wallin <sofia.wallin@ericsson.com>2017-03-20 14:30:08 +0000
commitc29713cfa0bd997fe2034a7feb984fda688df303 (patch)
tree7f5ab5d3d1956cd3716eb3001b9ff98a08e72b5f /docs/conf.py
parent439d1fc6048cad8a0c31016d87442a57651d6d48 (diff)
Add Sidebar
Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com> (cherry picked from commit 43b90b762d5df17fac7395a709b5262b51c04375)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 72bc27fb5..3060d82a1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -263,6 +263,7 @@ texinfo_documents = [
'Miscellaneous'),
]
+html_sidebars = {'**': ['my_custom_sidebar.html']}
# Documents to append as an appendix to all manuals.
# texinfo_appendices = []