Skip to content

Commit e78d92a

Browse files
committed
FIX: Doc [skip azp] [skip actions] [circle deploy]
1 parent 2294c5f commit e78d92a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/sphinxext/mne_doc_utils.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@ def reset_warnings(gallery_conf, fname):
159159
"A worker stopped while some jobs were given to the executor.*",
160160
category=UserWarning,
161161
)
162+
warnings.filterwarnings(
163+
"ignore",
164+
".*as keyword args.*",
165+
category=UserWarning,
166+
)
167+
warnings.filterwarnings(
168+
"ignore",
169+
".*argument in Quantity.*",
170+
category=UserWarning,
171+
)
162172

163173
# In case we use np.set_printoptions in any tutorials, we only
164174
# want it to affect those:

0 commit comments

Comments
 (0)