Update git submodules
[opnfvdocs.git] / docs / conf.py
index 163eb12..5cf18dd 100644 (file)
@@ -31,7 +31,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 +40,9 @@ author = 'Open Platform for NFV'
 # built documents.
 #
 # The short X.Y version.
-version = 'Colorado'
+version = 'Danube'
 # The full version, including alpha/beta/rc tags.
-release = 'Colorado'
+release = 'Danube'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -263,6 +263,7 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
+html_sidebars = {'**': ['my_custom_sidebar.html']}
 # Documents to append as an appendix to all manuals.
 # texinfo_appendices = []