Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ def reset_warnings(gallery_conf, fname):
# pkg_resources
'Implementing implicit namespace packages',
'Deprecated call to `pkg_resources',
r'The .* was deprecated in Matplotlib 3\.7',
):
warnings.filterwarnings( # deal with other modules having bad imports
'ignore', message=".*%s.*" % key, category=DeprecationWarning)
Expand Down