X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=38a8c8121713288d613f6334ebeb90e825579fef;hb=4e4bc134e1c7d2a1f71dfaa73b398dfd1b417ca6;hp=5cf18ddf3ca482812d0a07213af7e29de74160bf;hpb=0cdc19af8367aa2c86283a0867fed02c3bc1087c;p=opnfvdocs.git diff --git a/docs/conf.py b/docs/conf.py index 5cf18ddf3..38a8c8121 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ import sphinx_bootstrap_theme +import os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -102,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. @@ -263,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 = []