Skip to content
Closed
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 @@ -853,6 +853,7 @@ def reset_warnings(gallery_conf, fname):
r'Passing a schema to Validator\.iter_errors', # jsonschema
"default value of type 'dict' in an Any trait will", # traits
'rcParams is deprecated', # PyVista rcParams -> global_theme
'`np.MachAr` is deprecated', # via statsmodels (yule-walker)
'to mean no clipping',
):
warnings.filterwarnings( # deal with other modules having bad imports
Expand Down