merge with epub fork

This commit is contained in:
Georg Brandl
2009-12-28 19:00:48 +01:00
16 changed files with 1122 additions and 4 deletions

View File

@@ -279,6 +279,10 @@ def test_htmlhelp(app):
def test_qthelp(app):
app.builder.build_all()
@with_app(buildername='epub')
def test_epub(app):
app.builder.build_all()
@with_app(buildername='changes', cleanenv=True)
def test_changes(app):
app.builder.build_all()