summaryrefslogtreecommitdiff
path: root/oslo_policy/sphinxext.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_policy/sphinxext.py')
-rw-r--r--oslo_policy/sphinxext.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/oslo_policy/sphinxext.py b/oslo_policy/sphinxext.py
index d8b8ce0..a6c02b6 100644
--- a/oslo_policy/sphinxext.py
+++ b/oslo_policy/sphinxext.py
@@ -165,3 +165,7 @@ class ShowPolicyDirective(rst.Directive):
def setup(app):
app.add_directive('show-policy', ShowPolicyDirective)
+ return {
+ 'parallel_read_safe': True,
+ 'parallel_write_safe': True,
+ }