Use epub3 builder by default. And the old epub builder is renamed to epub2.

This commit is contained in:
Takeshi KOMIYA
2016-08-15 16:32:38 +09:00
parent 2b5c7057a7
commit 69d1dfaade
5 changed files with 13 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ def test_build_all():
# note: no 'html' - if it's ok with dirhtml it's ok with html
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
'json', 'text', 'htmlhelp', 'qthelp', 'epub', 'epub3',
'json', 'text', 'htmlhelp', 'qthelp', 'epub2', 'epub',
'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
'linkcheck']:
yield verify_build, buildername, srcdir