We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ef40a commit 68ac9c5Copy full SHA for 68ac9c5
doc/conf.py
@@ -467,6 +467,7 @@ def reset_warnings(gallery_conf, fname):
467
'scipy.* is deprecated and will be removed in', # dipy
468
r'Converting `np\.character` to a dtype is deprecated', # vtk
469
r'sphinx\.util\.smartypants is deprecated',
470
+ 'trait handler has been deprecated',
471
):
472
warnings.filterwarnings( # deal with other modules having bad imports
473
'ignore', message=".*%s.*" % key, category=DeprecationWarning)
0 commit comments