summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-31 20:43:55 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-08-05 08:16:00 +0900
commitdc4f8d4836fdfc41fc39a1dd7c662eeb401d4945 (patch)
tree1b59a5bfa0187abd168589daa8efea7dc86c8371 /tests/test_quickstart.py
parentf47f2353d38a23c152c8d4f8cafaa59c2af58a03 (diff)
downloadsphinx-git-dc4f8d4836fdfc41fc39a1dd7c662eeb401d4945.tar.gz
conf.py: Drop epub_author, epub_publisher and epub_copyright
The default values of them are same as conf.py's. So it is not needed to override the setting.
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r--tests/test_quickstart.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index fccd3d66b..64c38457d 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -197,7 +197,6 @@ def test_quickstart_all_answers(tempdir):
assert ns['latex_documents'] == [
('contents', 'STASI.tex', u'STASI™ Documentation',
u'Wolfgang Schäuble \\& G\'Beckstein', 'manual')]
- assert ns['epub_author'] == u'Wolfgang Schäuble & G\'Beckstein'
assert ns['man_pages'] == [
('contents', 'stasi', u'STASI™ Documentation',
[u'Wolfgang Schäuble & G\'Beckstein'], 1)]