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 94a42e2

Browse filesBrowse files
committed
1 parent f420992 commit 94a42e2
Copy full SHA for 94a42e2

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.