Skip to content

Commit

Permalink
Enable parallel modes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell authored and stephenfin committed Sep 30, 2021
1 parent f163fa7 commit ff5d3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_click/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,6 @@ def setup(app):
app.add_directive('click', ClickDirective)

return {
'parallel_read_safe': False,
'parallel_write_safe': False,
'parallel_read_safe': True,
'parallel_write_safe': True,
}

0 comments on commit ff5d3bc

Please sign in to comment.