Skip to content

Commit f163fa7

Browse files
aaliddellstephenfin
authored andcommitted
Return sphinx extension options
1 parent b8ed0f5 commit f163fa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sphinx_click/ext.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,3 +511,8 @@ def run(self):
511511

512512
def setup(app):
513513
app.add_directive('click', ClickDirective)
514+
515+
return {
516+
'parallel_read_safe': False,
517+
'parallel_write_safe': False,
518+
}

0 commit comments

Comments
 (0)