8000 MNT fix suppressing matplotlib warning issue while making docs (#14115) · rth/scikit-learn@801cca8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 801cca8

Browse files
adrinjalalirth
authored andcommitted
MNT fix suppressing matplotlib warning issue while making docs (scikit-learn#14115)
1 parent f9f8974 commit 801cca8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ def setup(app):
303303
'{package}/{path}#L{lineno}')
304304

305305
warnings.filterwarnings("ignore", category=UserWarning,
306-
module="matplotlib",
307306
message='Matplotlib is currently using agg, which is a'
308307
' non-GUI backend, so cannot show the figure.')
309308

0 commit comments

Comments
 (0)
0