Skip to content

Commit

Permalink
Merge pull request #22 from ericholscher/patch-1
Browse files Browse the repository at this point in the history
Add ability to read and write parallel
  • Loading branch information
sbrunner committed May 11, 2020
2 parents fc1f21a + 63690e2 commit 973917b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinx-prompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ def run(self):
def setup(app):
app.add_directive('prompt', PromptDirective)
app.connect('env-purge-doc', cache.clear)
return {
'parallel_read_safe': True,
'parallel_write_safe': True,
}

0 comments on commit 973917b

Please sign in to comment.