Skip to content

Commit b320ce3

Browse files
committed
docs/conf.py: Updates type alias mapping
It still doesn't produce proper cross references in signatures though. sphinx-doc/sphinx#10785
1 parent 1f0c996 commit b320ce3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,16 @@
224224
}
225225

226226
autodoc_type_aliases = {
227+
"AttributeAccessor": "delb.typing.AttributeAccessor",
227228
"Filter": "delb.typing.Filter",
229+
"InputStream": "delb.typing.InputStream",
228230
"Loader": "delb.typing.Loader",
229231
"LoaderConstraint": "delb.typing.LoaderConstraint",
230232
"LoaderResult": "delb.typing.LoaderResult",
231233
"NamespaceDeclarations": "delb.typing.NamespaceDeclarations",
232234
"NodeBase": "delb.NodeBase",
233235
"NodeSource": "delb.typing.NodeSource",
236+
"QualifiedName": "delb.typing.QualifiedName",
234237
}
235238

236239
# -- Options for autodocsumm extension ---------------------------------------

0 commit comments

Comments
 (0)