Skip to content

Commit

Permalink
Merge pull request #54 from jdillard/master
Browse files Browse the repository at this point in the history
Mark as unsafe for parallel builds
  • Loading branch information
dhellmann authored Jun 22, 2020
2 parents aaaea7f + 57f016e commit f7eddc7
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 @@ -43,4 +43,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 {"parallel_read_safe": True}
return {"parallel_read_safe": False}

0 comments on commit f7eddc7

Please sign in to comment.