mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix formatting
This commit is contained in:
parent
a98e6f10a8
commit
5481d6da05
@ -283,7 +283,8 @@ class StandaloneHTMLBuilder(Builder):
|
|||||||
self.dark_highlighter = None
|
self.dark_highlighter = None
|
||||||
|
|
||||||
def init_aux_highlighters(self) -> None:
|
def init_aux_highlighters(self) -> None:
|
||||||
self.aux_highlighters: Dict[str, Tuple[PygmentsBridge, Union[str, Iterable[str]]]] = {}
|
self.aux_highlighters = \
|
||||||
|
{} # type: Dict[str, Tuple[PygmentsBridge, Union[str, Iterable[str]]]]
|
||||||
if self.config.html_aux_pygments_styles is not None:
|
if self.config.html_aux_pygments_styles is not None:
|
||||||
aux_styles = self.config.html_aux_pygments_styles.items()
|
aux_styles = self.config.html_aux_pygments_styles.items()
|
||||||
elif self.theme and self.theme.config.has_section('auxiliary_styles'):
|
elif self.theme and self.theme.config.has_section('auxiliary_styles'):
|
||||||
|
Loading…
Reference in New Issue
Block a user