From 00c0e219a371bae8fadb2ccfe268d8a6317d4ab5 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 24 Oct 2024 13:05:52 -0400 Subject: [PATCH] FIX: Category [skip azp] [skip actions] [circle deploy] --- doc/sphinxext/mne_doc_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/sphinxext/mne_doc_utils.py b/doc/sphinxext/mne_doc_utils.py index 81c9da5a01b..43f253d720c 100644 --- a/doc/sphinxext/mne_doc_utils.py +++ b/doc/sphinxext/mne_doc_utils.py @@ -167,7 +167,6 @@ def reset_warnings(gallery_conf, fname): warnings.filterwarnings( "ignore", ".*argument in Quantity.*", - category=UserWarning, ) # In case we use np.set_printoptions in any tutorials, we only