X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=a5e9fd23573df25a2ed05758a35ce2d9f62d04fa;hb=198c068b2a22c63324f3c394ea0b7101b7acf338;hp=163eb12a16173cb5af28dbe6f87ad0adad3c57ac;hpb=b94270863b506013e4759e220eed747d94ea7845;p=opnfvdocs.git diff --git a/docs/conf.py b/docs/conf.py index 163eb12a1..a5e9fd235 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' @@ -40,9 +41,9 @@ author = 'Open Platform for NFV' # built documents. # # The short X.Y version. -version = 'Colorado' +version = 'Latest' # The full version, including alpha/beta/rc tags. -release = 'Colorado' +release = 'Latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -263,6 +264,7 @@ texinfo_documents = [ 'Miscellaneous'), ] +html_sidebars = {'**': ['my_custom_sidebar.html']} # Documents to append as an appendix to all manuals. # texinfo_appendices = []