We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe8793 commit 6321d14Copy full SHA for 6321d14
sphinx/domains/javascript.py
@@ -50,7 +50,7 @@ class JSObject(ObjectDescription[Tuple[str, str]]):
50
'noindexentry': directives.flag,
51
}
52
53
- def get_display_prefix(self) -> List[nodes.Node]:
+ def get_display_prefix(self) -> List[Node]:
54
#: what is displayed right before the documentation entry
55
return []
56
@@ -240,7 +240,7 @@ class JSConstructor(JSCallable):
240
241
allow_nesting = True
242
243
244
return [addnodes.desc_sig_keyword('class', 'class'),
245
addnodes.desc_sig_space()]
246
0 commit comments