From d4ac63194a986be3e0358b894c8fa3d465bc0b7b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 15 Mar 2017 11:54:55 -0400 Subject: [PATCH] - add custom sidebar file Change-Id: I03078ee419882942a5891c90cef18851b53f905b --- docs/build/_templates/site_custom_sidebars.html | 0 docs/build/conf.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/build/_templates/site_custom_sidebars.html 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. -- 2.47.2