Skip to content

Commit ff9451d

Browse files
committed
Suppress nitpicky warnings for classes that are obviously there. Fixes #316.
1 parent 8390887 commit ff9451d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@
3939
None,
4040
),
4141
}
42+
43+
# Workaround for #316
44+
nitpick_ignore = [
45+
('py:class', 'importlib_metadata.EntryPoints'),
46+
('py:class', 'importlib_metadata.SelectableGroups'),
47+
('py:class', 'importlib_metadata._meta._T'),
48+
]

0 commit comments

Comments
 (0)