mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
f47f2353d3
commit
dc4f8d4836
@ -171,9 +171,6 @@ texinfo_documents = [
|
|||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
epub_title = project
|
epub_title = project
|
||||||
epub_author = author
|
|
||||||
epub_publisher = author
|
|
||||||
epub_copyright = copyright
|
|
||||||
|
|
||||||
# The unique identifier of the text. This can be a ISBN number
|
# The unique identifier of the text. This can be a ISBN number
|
||||||
# or the project homepage.
|
# or the project homepage.
|
||||||
|
@ -197,7 +197,6 @@ def test_quickstart_all_answers(tempdir):
|
|||||||
assert ns['latex_documents'] == [
|
assert ns['latex_documents'] == [
|
||||||
('contents', 'STASI.tex', u'STASI™ Documentation',
|
('contents', 'STASI.tex', u'STASI™ Documentation',
|
||||||
u'Wolfgang Schäuble \\& G\'Beckstein', 'manual')]
|
u'Wolfgang Schäuble \\& G\'Beckstein', 'manual')]
|
||||||
assert ns['epub_author'] == u'Wolfgang Schäuble & G\'Beckstein'
|
|
||||||
assert ns['man_pages'] == [
|
assert ns['man_pages'] == [
|
||||||
('contents', 'stasi', u'STASI™ Documentation',
|
('contents', 'stasi', u'STASI™ Documentation',
|
||||||
[u'Wolfgang Schäuble & G\'Beckstein'], 1)]
|
[u'Wolfgang Schäuble & G\'Beckstein'], 1)]
|
||||||
|
Loading…
Reference in New Issue
Block a user