From 259c9535b1587708549a24ce6cde8824c2d89f2e Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 7 Feb 2015 00:44:22 -0800 Subject: [PATCH] Reuse project and copyright strings in quickstart config --- sphinx/quickstart.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index a365b8fd5..6d1758557 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -354,13 +354,13 @@ EPUB_CONFIG = u''' # -- Options for Epub output ---------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'%(project_str)s' +epub_title = project epub_author = author epub_publisher = author -epub_copyright = u'%(copyright_str)s' +epub_copyright = copyright # The basename for the epub file. It defaults to the project name. -#epub_basename = u'%(project_str)s' +#epub_basename = project # The HTML theme for the epub output. Since the default themes are not optimized # for small screen space, using the same theme for HTML and epub output is