X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=9d9f2816886c14c542465b472642943f065e364d;hb=5c125be29c1793b3e9363b35904c861fd9e4ee0c;hp=a5e9fd23573df25a2ed05758a35ce2d9f62d04fa;hpb=e0ec89a74253d01f3fa9b471fcfd6ca247710345;p=opnfvdocs.git diff --git a/docs/conf.py b/docs/conf.py index a5e9fd235..9d9f28168 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,6 +103,7 @@ html_theme = 'bootstrap' # html_theme_options = {} html_theme_options = { 'bootswatch_theme': "journal", + 'navbar_sidebarrel': False, } # Add any paths that contain custom themes here, relative to this directory. @@ -264,7 +265,7 @@ texinfo_documents = [ 'Miscellaneous'), ] -html_sidebars = {'**': ['my_custom_sidebar.html']} +html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # Documents to append as an appendix to all manuals. # texinfo_appendices = []