Skip to content

Commit

Permalink
Extend the workaround to satisfy docstring of typing._overload_dummy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 18, 2023
1 parent ac0949a commit a046b04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@
),
)

# Workaround for #316
nitpick_ignore = [
# Workaround for #316
('py:class', 'importlib_metadata.EntryPoints'),
('py:class', 'importlib_metadata.SelectableGroups'),
('py:class', 'importlib_metadata._meta._T'),
# Workaround for #435
('py:class', '_T'),
]

0 comments on commit a046b04

Please sign in to comment.