mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove unused default_sidebars class member
It was a leftover from commit 03b9d79b34
.
This commit is contained in:
parent
f5f27c42d8
commit
e8e63b1e99
@ -119,9 +119,6 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
imgpath = None # type: unicode
|
imgpath = None # type: unicode
|
||||||
domain_indices = [] # type: List[Tuple[unicode, Type[Index], List[Tuple[unicode, List[List[Union[unicode, int]]]]], bool]] # NOQA
|
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
|
# cached publisher object for snippets
|
||||||
_publisher = None
|
_publisher = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user