mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
again
This commit is contained in:
parent
d8ff893ebd
commit
b43ae69e0b
@ -800,7 +800,7 @@ class Sphinx(object):
|
||||
# type: (unicode, unicode, unicode) -> None
|
||||
logger.debug('[app] adding stylesheet: %r', filename)
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
props = {} # type: Dict[Unicode, Union[Unicode, bool]]
|
||||
props = {} # type: Dict[unicode, Union[unicode, bool]]
|
||||
if alternate is not None:
|
||||
props['alternate'] = bool(alternate)
|
||||
if title is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user