10000 MNT fix suppressing matplotlib warning issue while making docs (#14115) · koenvandevelde/scikit-learn@0548d06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0548d06

Browse files
adrinjalalikoenvandevelde
authored andcommitted
MNT fix suppressing matplotlib warning issue while making docs (scikit-learn#14115)
1 parent 95118cd commit 0548d06

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