Skip to content

Commit ccbcee9

Browse files
authored
Merge pull request #38 from jbweston/feature/parallel
enable parallel execution
2 parents d5790c4 + bf950f2 commit ccbcee9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jupyter_sphinx/execute.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -526,4 +526,7 @@ def skip(self, node):
526526
app.add_lexer('ipythontb', IPythonTracebackLexer())
527527
app.add_lexer('ipython', IPython3Lexer())
528528

529-
return {'version': __version__}
529+
return {
530+
'version': __version__,
531+
'parallel_read_safe': True,
532+
}

0 commit comments

Comments
 (0)