]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- add custom sidebar file
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Mar 2017 15:54:55 +0000 (11:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Mar 2017 15:59:46 +0000 (11:59 -0400)
Change-Id: I03078ee419882942a5891c90cef18851b53f905b

docs/build/_templates/site_custom_sidebars.html [new file with mode: 0644]
docs/build/conf.py

diff --git a/docs/build/_templates/site_custom_sidebars.html b/docs/build/_templates/site_custom_sidebars.html
new file mode 100644 (file)
index 0000000..e69de29
index 64e9f7f57aea3b152b710d7089a9976f8a995fd3..3a8209ba0a6ad49139961138c386b22d34b7781e 100644 (file)
@@ -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.