Remove unused default_sidebars class member

It was a leftover from commit 03b9d79b34.
This commit is contained in:
Lele Gaifax 2017-03-28 01:16:46 +02:00
parent f5f27c42d8
commit e8e63b1e99

View File

@ -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