We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16b88d commit c5648ceCopy full SHA for c5648ce
lib/matplotlib/sphinxext/plot_directive.py
@@ -319,7 +319,6 @@ def setup(app):
319
app.add_config_value('plot_working_directory', None, True)
320
app.add_config_value('plot_template', None, True)
321
app.add_config_value('plot_srcset', [], True)
322
- app.add_config_value('plot_filter_warning', None, True)
323
app.connect('doctree-read', mark_plot_labels)
324
app.add_css_file('plot_directive.css')
325
app.connect('build-finished', _copy_css_file)
0 commit comments