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.
This commit is contained in:
Takeshi KOMIYA
2018-01-31 20:43:55 +09:00
parent f47f2353d3
commit dc4f8d4836
2 changed files with 0 additions and 4 deletions

View File

@@ -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)]