summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-03-15 11:54:55 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-03-15 11:59:46 -0400
commitd4ac63194a986be3e0358b894c8fa3d465bc0b7b (patch)
treed2ef2dcc92211ee37bff71d05b02f5f5956a6e20
parentadf0a7d1ea881907bdf546778dae72e6ac0a3027 (diff)
downloadalembic-d4ac63194a986be3e0358b894c8fa3d465bc0b7b.tar.gz
- add custom sidebar file
Change-Id: I03078ee419882942a5891c90cef18851b53f905b
-rw-r--r--docs/build/_templates/site_custom_sidebars.html0
-rw-r--r--docs/build/conf.py3
2 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/docs/build/_templates/site_custom_sidebars.html
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.