Skip to content

Commit 62a2a11

Browse files
TomAugspurgerjreback
authored andcommitted
DOC: parallel safe (#24638)
1 parent 3ae4229 commit 62a2a11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/sphinxext/contributors.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ def run(self):
4646
def setup(app):
4747
app.add_directive('contributors', ContributorsDirective)
4848

49-
return {'version': '0.1'}
49+
return {
50+
'version': '0.1',
51+
'parallel_read_safe': True,
52+
'parallel_write_safe': True,
53+
}

0 commit comments

Comments
 (0)