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 1b3f272 commit ac243d3Copy full SHA for ac243d3
docs/api.rst
@@ -9,3 +9,8 @@ API Reference
9
:members:
10
:undoc-members:
11
:show-inheritance:
12
+
13
+.. automodule:: importlib_metadata._meta
14
+ :members:
15
+ :undoc-members:
16
+ :show-inheritance:
docs/conf.py
@@ -71,4 +71,6 @@
71
('py:class', '_T'),
72
# Other workarounds
73
('py:class', 'importlib_metadata.DeprecatedNonAbstract'),
74
+ # Workaround needed for #480
75
+ ('py:obj', 'importlib_metadata._meta._T'),
76
]
0 commit comments