X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=2f240cce467f93fd6d23d3f4735fa22c1926ebda;hb=d6ca54ae645c6bd7d5bcebdf85686ba71a8613a6;hp=ebcd971aa055811e00ee0e7e5fac32057cb7fc49;hpb=1258e459275534a44057c14cb2b1a597d4cdec0f;p=docs.git diff --git a/docs/conf.py b/docs/conf.py index ebcd971aa..2f240cce4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('submodules/spectrometer/server')) # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autodoc'] +extensions = ['sphinx.ext.autodoc','sphinx.ext.graphviz'] # Disable javasphinx generation until we have a solution to long build # times. readthedocs timesout after 902 seconds. @@ -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.