Merge "[config-ref] Add parallel_read_safe to ext.remote"

This commit is contained in:
Jenkins
2015-11-27 02:27:26 +00:00
committed by Gerrit Code Review

View File

@@ -30,3 +30,4 @@ class RemoteCodeBlock(code.CodeBlock):
def setup(app):
app.add_directive('remote-code-block', RemoteCodeBlock)
return {'parallel_read_safe': True}