Updated git submodules
[docs.git] / docs / conf.py
old mode 100644 (file)
new mode 100755 (executable)
index 8ac1268..51f34d4
@@ -66,9 +66,9 @@ author = 'OpenDaylight Project'
 # built documents.
 #
 # The short X.Y version.
-version = 'Carbon'
+version = 'Nitrogen'
 # The full version, including alpha/beta/rc tags.
-release = 'Carbon'
+release = 'Nitrogen'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -128,6 +128,7 @@ html_theme = 'bootstrap'
 #html_theme_options = {}
 html_theme_options = {
     'bootswatch_theme': "united",
+    'navbar_sidebarrel': False,
     'source_link_position': "footer",
 }
 
@@ -172,7 +173,7 @@ html_static_path = ['_static']
 
 # Custom sidebar templates, maps document names to template names.
 html_sidebars = {
-    '**': ['localtoc.html'],
+    '**': ['localtoc.html', 'relations.html'],
 }
 
 # Additional templates that should be rendered to pages, maps page names to
@@ -314,6 +315,8 @@ linkcheck_ignore = [
     'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder',
 ]
 
+nitpicky = True
+
 import platform
 if platform.system() != 'Windows':