From 0e650e78865fef95adc61021dabce4f294c83ad4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 17 Feb 2020 20:34:20 +0100 Subject: bank API split, bank access API docs --- _exts/typescriptdomain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_exts') diff --git a/_exts/typescriptdomain.py b/_exts/typescriptdomain.py index 73a5adaa..b0780eae 100644 --- a/_exts/typescriptdomain.py +++ b/_exts/typescriptdomain.py @@ -388,7 +388,7 @@ class LinkingHtmlFormatter(HtmlFormatter): if tok_getprop(tok, "is_identifier"): if xref.startswith('"'): return value - if xref in ("number", "object", "string", "boolean", "any", "true", "false"): + if xref in ("number", "object", "string", "boolean", "any", "true", "false", "null"): return value if xref is None: -- cgit v1.2.3