mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add epub3 builder to test
This commit is contained in:
@@ -70,7 +70,7 @@ def test_build_all():
|
|||||||
|
|
||||||
# note: no 'html' - if it's ok with dirhtml it's ok with html
|
# note: no 'html' - if it's ok with dirhtml it's ok with html
|
||||||
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
|
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
|
||||||
'json', 'text', 'htmlhelp', 'qthelp', 'epub',
|
'json', 'text', 'htmlhelp', 'qthelp', 'epub', 'epub3',
|
||||||
'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
|
'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
|
||||||
'linkcheck']:
|
'linkcheck']:
|
||||||
yield verify_build, buildername, srcdir
|
yield verify_build, buildername, srcdir
|
||||||
|
|||||||
Reference in New Issue
Block a user