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.
2 parents f420992 + 94a42e2 commit a382319Copy full SHA for a382319
lib/matplotlib/sphinxext/plot_directive.py
@@ -280,6 +280,9 @@ def setup(app):
280
281
app.connect(str('doctree-read'), mark_plot_labels)
282
283
+ metadata = {'parallel_read_safe': True, 'parallel_write_safe': True}
284
+ return metadata
285
+
286
#------------------------------------------------------------------------------
287
# Doctest handling
288
0 commit comments