summaryrefslogtreecommitdiff
path: root/tests/test_build.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-27 21:49:19 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-04-27 21:49:19 +0900
commitf2c93b3175c087cbb7305be3a9ed8f8b32cabc57 (patch)
treee9596b454684e70a589cf63d9834d2182293dc98 /tests/test_build.py
parent3cd87176b6fccf009642c7f0d3f6293e87da654e (diff)
downloadsphinx-git-f2c93b3175c087cbb7305be3a9ed8f8b32cabc57.tar.gz
Remove deprecated feature: epub2 builder
Diffstat (limited to 'tests/test_build.py')
-rw-r--r--tests/test_build.py2
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',
],
)