X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=38a8c8121713288d613f6334ebeb90e825579fef;hb=26b301f521b8d649a876d79d78ed0b31508a16af;hp=72bc27fb5640310995847d2bf535ba6705f93411;hpb=e26b68e9154ace68f639579f9e4292ee192e4e34;p=opnfvdocs.git diff --git a/docs/conf.py b/docs/conf.py index 72bc27fb5..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 @@ -31,7 +32,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = 'Documentation' +project = '' copyright = '2017, OPNFV. Licensed under CC BY 4.0' author = 'Open Platform for NFV' @@ -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,6 +265,7 @@ texinfo_documents = [ 'Miscellaneous'), ] +html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # Documents to append as an appendix to all manuals. # texinfo_appendices = []