Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 591b6d6

Browse filesBrowse files
mdboomtacaswell
authored andcommitted
Merge pull request matplotlib#5589 from jschueller/patch-1
return extension metadata
1 parent 099f0af commit 591b6d6
Copy full SHA for 591b6d6

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎lib/matplotlib/sphinxext/plot_directive.py

Copy file name to clipboardExpand all lines: lib/matplotlib/sphinxext/plot_directive.py
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.