From 94a42e22c66057c6ac543c8ada52338b7889126d Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Mon, 30 Nov 2015 20:59:38 +0100 Subject: [PATCH] return extension metadata see http://sphinx-doc.org/latest/extdev/index.html --- lib/matplotlib/sphinxext/plot_directive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/matplotlib/sphinxext/plot_directive.py b/lib/matplotlib/sphinxext/plot_directive.py index ad21c43e159f..a44b0d61d0b4 100644 --- a/lib/matplotlib/sphinxext/plot_directive.py +++ b/lib/matplotlib/sphinxext/plot_directive.py @@ -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 #------------------------------------------------------------------------------ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy