X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=51f34d46a871cbf983d89dc2c12275ed3954683f;hb=99b4f9cc812d09bfa6a2ef3c29326ae01a1297b6;hp=bb2d886c47d1b778a894541ac8664f9c91264df9;hpb=0da0f2d7a98e522ec9a9fe1da927ed612431b660;p=docs.git diff --git a/docs/conf.py b/docs/conf.py old mode 100644 new mode 100755 index bb2d886c4..51f34d46a --- a/docs/conf.py +++ b/docs/conf.py @@ -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,8 @@ html_theme = 'bootstrap' #html_theme_options = {} html_theme_options = { 'bootswatch_theme': "united", + 'navbar_sidebarrel': False, + 'source_link_position': "footer", } # Add any paths that contain custom themes here, relative to this directory. @@ -170,7 +172,9 @@ html_static_path = ['_static'] #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + '**': ['localtoc.html', 'relations.html'], +} # Additional templates that should be rendered to pages, maps page names to # template names. @@ -311,6 +315,8 @@ linkcheck_ignore = [ 'https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder', ] +nitpicky = True + import platform if platform.system() != 'Windows':