Skip to content

Commit

Permalink
Return sphinx extension options
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell authored and stephenfin committed Sep 30, 2021
1 parent b8ed0f5 commit f163fa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinx_click/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,3 +511,8 @@ def run(self):

def setup(app):
app.add_directive('click', ClickDirective)

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

0 comments on commit f163fa7

Please sign in to comment.