From 52542eab014c799479c067201904db27f7aa73ca Mon Sep 17 00:00:00 2001 From: Alex Rockhill Date: Fri, 29 Dec 2023 16:13:05 -0800 Subject: [PATCH] ignore warning --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index e058234ebe2..d114237bd5a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1310,6 +1310,7 @@ def reset_warnings(gallery_conf, fname): for key in ( "invalid version and will not be supported", # pyxdf "distutils Version classes are deprecated", # seaborn and neo + "is_categorical_dtype is deprecated", # seaborn "`np.object` is a deprecated alias for the builtin `object`", # pyxdf # nilearn, should be fixed in > 0.9.1 "In future, it will be an error for 'np.bool_' scalars to",