aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/cryptography-docs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cryptography-docs.py b/docs/cryptography-docs.py
index 56baf127..238dd69e 100644
--- a/docs/cryptography-docs.py
+++ b/docs/cryptography-docs.py
@@ -59,3 +59,7 @@ def setup(app):
latex=(latex_visit_hazmat_node, depart_hazmat_node),
)
app.add_directive("hazmat", HazmatDirective)
+
+ return {
+ "parallel_read_safe": True,
+ }