summaryrefslogtreecommitdiff
path: root/sphinx/builders/epub.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/builders/epub.py')
-rw-r--r--sphinx/builders/epub.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py
index b0dbd35f8..5b3c41b24 100644
--- a/sphinx/builders/epub.py
+++ b/sphinx/builders/epub.py
@@ -132,6 +132,8 @@ class EpubBuilder(StandaloneHTMLBuilder):
html_scaled_image_link = False
# don't generate search index or include search page
search = False
+ # use html5 translator by default
+ default_html5_translator = True
coverpage_name = COVERPAGE_NAME
toctree_template = TOCTREE_TEMPLATE