Skip to content

Commit a046b04

Browse files
committed
Extend the workaround to satisfy docstring of typing._overload_dummy.
1 parent ac0949a commit a046b04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@
6161
),
6262
)
6363

64-
# Workaround for #316
6564
nitpick_ignore = [
65+
# Workaround for #316
6666
('py:class', 'importlib_metadata.EntryPoints'),
6767
('py:class', 'importlib_metadata.SelectableGroups'),
6868
('py:class', 'importlib_metadata._meta._T'),
69+
# Workaround for #435
70+
('py:class', '_T'),
6971
]

0 commit comments

Comments
 (0)