Skip to content

Commit

Permalink
Merge pull request #40 from jdillard/patch-1
Browse files Browse the repository at this point in the history
Mark extension parallel read/write safe
  • Loading branch information
bavovanachte authored Feb 15, 2022
2 parents 8461e83 + ec93a1a commit b7ffd94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinxcontrib/wavedrom.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,8 @@ def setup(app):
html=(visit_wavedrom, None),
latex=(visit_wavedrom, None),
)

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

0 comments on commit b7ffd94

Please sign in to comment.