Skip to content

Commit a9374d2

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
DOC: parallel safe (pandas-dev#24638)
1 parent 265d91b commit a9374d2

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)