diff --git a/docs/build/_templates/site_custom_sidebars.html b/docs/build/_templates/site_custom_sidebars.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/build/conf.py b/docs/build/conf.py index 64e9f7f..3a8209b 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.