Skip to content

Commit e2c8010

Browse files
committed
FIX: Doc [circle deploy] [skip azp] [skip actions]
1 parent 704f3e2 commit e2c8010

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: doc/conf.py

+6
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,11 @@ def reset_warnings(gallery_conf, fname):
13621362
r"DataFrameGroupBy\.apply operated on the grouping columns.*",
13631363
# pandas
13641364
r"\nPyarrow will become a required dependency of pandas.*",
1365+
# matplotlib
1366+
"The 'labels' parameter of boxplot.*",
1367+
"vert: bool was deprecated in.*",
1368+
# bibtex latexcodec
1369+
"open_text is deprecated.*",
13651370
):
13661371
warnings.filterwarnings( # deal with other modules having bad imports
13671372
"ignore", message=".*%s.*" % key, category=DeprecationWarning
@@ -1401,6 +1406,7 @@ def reset_warnings(gallery_conf, fname):
14011406
"is_categorical_dtype is deprecated.*",
14021407
"The default of observed=False.*",
14031408
"When grouping with a length-1 list-like.*",
1409+
"'multi_class' was deprecated in version.*",
14041410
):
14051411
warnings.filterwarnings(
14061412
"ignore",

0 commit comments

Comments
 (0)