Skip to content

Commit

Permalink
Merge pull request #5589 from jschueller/patch-1
Browse files Browse the repository at this point in the history
 return extension metadata
  • Loading branch information
mdboom authored and tacaswell committed Aug 27, 2016
1 parent 099f0af commit 591b6d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/matplotlib/sphinxext/plot_directive.py
Expand Up @@ -280,6 +280,9 @@ def setup(app):

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

metadata = {'parallel_read_safe': True, 'parallel_write_safe': True}
return metadata

#------------------------------------------------------------------------------
# Doctest handling
#------------------------------------------------------------------------------
Expand Down

0 comments on commit 591b6d6

Please sign in to comment.