Skip to content

Commit

Permalink
FIX: Doc [circle deploy] [skip azp] [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 30, 2024
1 parent 704f3e2 commit e2c8010
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,11 @@ def reset_warnings(gallery_conf, fname):
r"DataFrameGroupBy\.apply operated on the grouping columns.*",
# pandas
r"\nPyarrow will become a required dependency of pandas.*",
# matplotlib
"The 'labels' parameter of boxplot.*",
"vert: bool was deprecated in.*",
# bibtex latexcodec
"open_text is deprecated.*",
):
warnings.filterwarnings( # deal with other modules having bad imports
"ignore", message=".*%s.*" % key, category=DeprecationWarning
Expand Down Expand Up @@ -1401,6 +1406,7 @@ def reset_warnings(gallery_conf, fname):
"is_categorical_dtype is deprecated.*",
"The default of observed=False.*",
"When grouping with a length-1 list-like.*",
"'multi_class' was deprecated in version.*",
):
warnings.filterwarnings(
"ignore",
Expand Down

0 comments on commit e2c8010

Please sign in to comment.