Skip to content

Commit

Permalink
Add parallel_write_safe, just to be explicit
Browse files Browse the repository at this point in the history
This should be True by default anyway.
  • Loading branch information
mgeier committed Jul 17, 2018
1 parent 2a2f45e commit c17b525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1478,5 +1478,6 @@ def setup(app):
return {
'version': __version__,
'parallel_read_safe': True,
'parallel_write_safe': True,
'env_version': 1,
}

0 comments on commit c17b525

Please sign in to comment.