summaryrefslogtreecommitdiff
path: root/sphinx/builders/html.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-13 19:44:09 +0100
committerGeorg Brandl <georg@python.org>2013-01-13 19:44:09 +0100
commit8da1994fc032d446fb7011193e2fab99500a5c15 (patch)
tree1af3d721bfb834c249e945e6093d2cd6c9abff9f /sphinx/builders/html.py
parent9358ed6ab2ba138836ed72538b7819b2d403295c (diff)
downloadsphinx-8da1994fc032d446fb7011193e2fab99500a5c15.tar.gz
Set "allow_parallel" to false by default.
Diffstat (limited to 'sphinx/builders/html.py')
-rw-r--r--sphinx/builders/html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py
index 573bb9b2..4c700c8a 100644
--- a/sphinx/builders/html.py
+++ b/sphinx/builders/html.py
@@ -60,6 +60,7 @@ class StandaloneHTMLBuilder(Builder):
name = 'html'
format = 'html'
copysource = True
+ allow_parallel = True
out_suffix = '.html'
link_suffix = '.html' # defaults to matching out_suffix
indexer_format = js_index