Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5648ce

Browse files
committed
fix build break maybe
1 parent e16b88d commit c5648ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def setup(app):
319319
app.add_config_value('plot_working_directory', None, True)
320320
app.add_config_value('plot_template', None, True)
321321
app.add_config_value('plot_srcset', [], True)
322-
app.add_config_value('plot_filter_warning', None, True)
323322
app.connect('doctree-read', mark_plot_labels)
324323
app.add_css_file('plot_directive.css')
325324
app.connect('build-finished', _copy_css_file)

0 commit comments

Comments
 (0)