We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95654e0 commit 0e4bd94Copy full SHA for 0e4bd94
‎docs/conf.py
@@ -68,4 +68,6 @@
68
('py:class', 'importlib_metadata._meta._T'),
69
# Workaround for #435
70
('py:class', '_T'),
71
+ # Other workarounds
72
+ ('py:class', 'importlib_metadata.DeprecatedNonAbstract'),
73
]
0 commit comments