Skip to content

Commit

Permalink
Remove unused default_sidebars class member
Browse files Browse the repository at this point in the history
It was a leftover from commit 03b9d79.
  • Loading branch information
lelit committed Mar 27, 2017
1 parent f5f27c4 commit e8e63b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sphinx/builders/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8e63b1

Please sign in to comment.