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

@ -171,9 +171,6 @@ texinfo_documents = [
# Bibliographic Dublin Core info.
epub_title = project
epub_author = author
epub_publisher = author
epub_copyright = copyright
# The unique identifier of the text. This can be a ISBN number
# or the project homepage.

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