X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=a906df6b49afdf6bf67313058f6ff32a17253f00;hb=98d1d65785402ba1267f8e7a77cd4b931287649d;hp=99ff3e63fdec0c85d2f867402b91a5241a4e66c0;hpb=a86335269012292fa055c6274898c342f44ba29d;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 99ff3e63..a906df6b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -138,6 +138,8 @@ html_theme = 'bootstrap' # html_theme_options = {} html_theme_options = { 'bootswatch_theme': "cerulean", + 'navbar_sidebarrel': False, + 'source_link_position': "footer", } # Add any paths that contain custom themes here, relative to this directory. @@ -188,7 +190,9 @@ html_static_path = ['_static'] # 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.