From b9e7824033728c29aa33e08f42b855255bcaf9e7 Mon Sep 17 00:00:00 2001 From: Timotheus Kampik Date: Sun, 13 Aug 2017 17:01:16 +0200 Subject: [PATCH] #3987 remove alabaster-specific sidebars as default sphinx-quickstart settings --- sphinx/templates/quickstart/conf.py_t | 3 --- 1 file changed, 3 deletions(-) diff --git a/sphinx/templates/quickstart/conf.py_t b/sphinx/templates/quickstart/conf.py_t index 2821704f8..70683f8ee 100644 --- a/sphinx/templates/quickstart/conf.py_t +++ b/sphinx/templates/quickstart/conf.py_t @@ -114,11 +114,8 @@ html_static_path = ['{{ dot }}static'] # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars html_sidebars = { '**': [ - 'about.html', - 'navigation.html', 'relations.html', # needs 'show_related': True theme option to display 'searchbox.html', - 'donate.html', ] }