mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Try to correct syntax for type annotation
This commit is contained in:
parent
68cf06a2ce
commit
47d823ef24
@ -115,7 +115,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
'_static/doctools.js'] # type: List[unicode]
|
||||
# Ditto for these ones (Sphinx.add_stylesheet).
|
||||
css_files = [] # type: List[unicode]
|
||||
css_props = {} # type: Dict[unicode, unicode/bool]
|
||||
css_props = {} # type: Dict[unicode, Union[unicode, bool]]
|
||||
|
||||
imgpath = None # type: unicode
|
||||
domain_indices = [] # type: List[Tuple[unicode, Type[Index], List[Tuple[unicode, List[List[Union[unicode, int]]]]], bool]] # NOQA
|
||||
|
Loading…
Reference in New Issue
Block a user