mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
DOC: specify jax sphinx extension as safe for parallel read/write
This commit is contained in:
parent
cff92a4d3b
commit
801213a760
@ -48,3 +48,8 @@ def doi_role(typ, rawtext, text, lineno, inliner, options=None, content=()):
|
||||
def setup(app):
|
||||
app.add_role('jax-issue', jax_issue_role)
|
||||
app.add_role('doi', doi_role)
|
||||
return {
|
||||
'version': 1.0,
|
||||
'parallel_read_safe': True,
|
||||
'parallel_write_safe': True,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user