From e8e63b1e9968abbaff46ddd7917d2b53cb505276 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 28 Mar 2017 01:16:46 +0200 Subject: [PATCH] Remove unused default_sidebars class member It was a leftover from commit 03b9d79b347737f73d05b0d3e47782e3183840c7. --- sphinx/builders/html.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index 77122749f..2c02e2f80 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -119,9 +119,6 @@ class StandaloneHTMLBuilder(Builder): imgpath = None # type: unicode domain_indices = [] # type: List[Tuple[unicode, Type[Index], List[Tuple[unicode, List[List[Union[unicode, int]]]]], bool]] # NOQA - default_sidebars = ['localtoc.html', 'relations.html', - 'sourcelink.html', 'searchbox.html'] - # cached publisher object for snippets _publisher = None