We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2cf830 + 3ce5d5a commit ddfa652Copy full SHA for ddfa652
docs/rstjinja.py
@@ -38,3 +38,7 @@ def rstjinja(app, docname, source):
38
39
def setup(app):
40
app.connect("source-read", rstjinja)
41
+ return {
42
+ "parallel_read_safe": True,
43
+ "parallel_write_safe": True,
44
+ }
0 commit comments