Skip to content

Commit

Permalink
Mark the extension as safe for parallel reading
Browse files Browse the repository at this point in the history
Contributed by Alex Gaynor
https://bitbucket.org/dhellmann/sphinxcontrib-spelling/pull-requests/8

Signed-off-by: Doug Hellmann <[email protected]>
  • Loading branch information
dhellmann committed Oct 3, 2017
1 parent 5a8e3ce commit f5b8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/spelling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def setup(app):
app.add_config_value('spelling_ignore_importable_modules', True, 'env')
# Add any user-defined filter classes
app.add_config_value('spelling_filters', [], 'env')
return
return {"parallel_read_safe": True}

0 comments on commit f5b8a84

Please sign in to comment.