summaryrefslogtreecommitdiff
path: root/sphinx/builders/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/text.py')
-rw-r--r--sphinx/builders/text.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py
index 2daf8b043..25a0af6a0 100644
--- a/sphinx/builders/text.py
+++ b/sphinx/builders/text.py
@@ -74,3 +74,9 @@ def setup(app):
app.add_config_value('text_sectionchars', '*=-~"+`', 'env')
app.add_config_value('text_newlines', 'unix', 'env')
+
+ return {
+ 'version': 'builtin',
+ 'parallel_read_safe': True,
+ 'parallel_write_safe': True,
+ }