From: ShubhamRathi Date: Mon, 13 Mar 2017 18:24:03 +0000 (+0530) Subject: Add Sidebar X-Git-Tag: danube.1.RC1~217 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F31067%2F1;p=opnfvdocs.git Add Sidebar Change-Id: I1425eda919f49cbc82d1ab60ef91324d9afee041 Signed-off-by: ShubhamRathi (cherry picked from commit 43b90b762d5df17fac7395a709b5262b51c04375) --- diff --git a/docs/_templates/my_custom_sidebar.html b/docs/_templates/my_custom_sidebar.html new file mode 100644 index 000000000..6b259bc93 --- /dev/null +++ b/docs/_templates/my_custom_sidebar.html @@ -0,0 +1,3 @@ + \ No newline at end of file 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 = []