diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-27 21:49:19 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-27 21:49:19 +0900 |
| commit | f2c93b3175c087cbb7305be3a9ed8f8b32cabc57 (patch) | |
| tree | e9596b454684e70a589cf63d9834d2182293dc98 /tests/test_build.py | |
| parent | 3cd87176b6fccf009642c7f0d3f6293e87da654e (diff) | |
| download | sphinx-git-f2c93b3175c087cbb7305be3a9ed8f8b32cabc57.tar.gz | |
Remove deprecated feature: epub2 builder
Diffstat (limited to 'tests/test_build.py')
| -rw-r--r-- | tests/test_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build.py b/tests/test_build.py index 221ea6462..02c29d393 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -58,7 +58,7 @@ def nonascii_srcdir(request): [ # note: no 'html' - if it's ok with dirhtml it's ok with html 'dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle', 'json', 'text', - 'htmlhelp', 'qthelp', 'epub2', 'epub', 'applehelp', 'changes', 'xml', + 'htmlhelp', 'qthelp', 'epub', 'applehelp', 'changes', 'xml', 'pseudoxml', 'man', 'linkcheck', ], ) |
