diff options
author | jfbu <jfbu@free.fr> | 2017-06-03 17:59:59 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2017-06-03 17:59:59 +0200 |
commit | e3c39deb1e4ce9ea95066c72f79bc7251a0f68a2 (patch) | |
tree | a5abce957e4edd90d477511e65b64eef9bc80320 | |
parent | b52b790e7f3da4d249da24eafe57b460d2fa84e5 (diff) | |
download | sphinx-git-e3c39deb1e4ce9ea95066c72f79bc7251a0f68a2.tar.gz |
Merge b52b790 and 075a8cf addition of alabaster sidebar template
-rw-r--r-- | sphinx/templates/quickstart/conf.py_t | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t index a8efc1803..2821704f8 100644 --- a/sphinx/templates/quickstart/conf.py_t +++ b/sphinx/templates/quickstart/conf.py_t @@ -96,18 +96,6 @@ todo_include_todos = {{ ext_todo }} # html_theme = 'alabaster' -# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars -html_sidebars = { - '**': [ - 'about.html', - 'navigation.html', - # 'relations.html', # hidden by alabaster css anyway - 'searchbox.html', - # 'donate.html', - ] -} - - # 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. @@ -122,13 +110,13 @@ html_static_path = ['{{ dot }}static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # -# This is required for the alabaster theme and you should remove this if you -# switch your theme and don't want to customize this. +# This is required for the alabaster theme +# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars html_sidebars = { '**': [ 'about.html', 'navigation.html', - 'relations.html', + 'relations.html', # needs 'show_related': True theme option to display 'searchbox.html', 'donate.html', ] |