We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7a3bb commit 0a40250Copy full SHA for 0a40250
docs/conf.py
@@ -72,6 +72,7 @@
72
("py:class", "'bool'"),
73
("py:class", "'object'"),
74
("py:class", "'id'"),
75
+ ("py:class", "DTypeLike"),
76
("py:class", "typing_extensions.Literal"),
77
# Doesn't work even with asyncio intersphinx mapping
78
("py:class", "asyncio.events.AbstractEventLoop"),
0 commit comments