From: Mike Bayer Date: Wed, 15 Mar 2017 15:54:55 +0000 (-0400) Subject: - add custom sidebar file X-Git-Tag: rel_0_9_2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ac63194a986be3e0358b894c8fa3d465bc0b7b;p=thirdparty%2Fsqlalchemy%2Falembic.git - add custom sidebar file Change-Id: I03078ee419882942a5891c90cef18851b53f905b --- diff --git a/docs/build/_templates/site_custom_sidebars.html b/docs/build/_templates/site_custom_sidebars.html new file mode 100644 index 00000000..e69de29b diff --git a/docs/build/conf.py b/docs/build/conf.py index 64e9f7f5..3a8209ba 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -121,6 +121,7 @@ html_theme = 'nature' html_style = "nature_override.css" + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. @@ -159,7 +160,7 @@ html_static_path = ['_static'] #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = {"**": ["site_custom_sidebars.html", "localtoc.html", "searchbox.html", "relations.html"]} # Additional templates that should be rendered to pages, maps page names to # template names.