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

Skip to content

Commit a382319

Browse files
committed
Merge pull request #5589 from jschueller/patch-1
return extension metadata
2 parents f420992 + 94a42e2 commit a382319

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ def setup(app):
280280

281281
app.connect(str('doctree-read'), mark_plot_labels)
282282

283+
metadata = {'parallel_read_safe': True, 'parallel_write_safe': True}
284+
return metadata
285+
283286
#------------------------------------------------------------------------------
284287
# Doctest handling
285288
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)