diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-10-01 00:17:19 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-10-01 00:17:19 +0900 |
commit | ec934d476a3fb514fe384dfea94980ed44b6674f (patch) | |
tree | 055d025c942b86bc2266009e03b38575b5cf2bbc /doc/conf.py | |
parent | 9358ea239b9c4625793c09cf7759047b2fda8ac4 (diff) | |
download | sphinx-git-ec934d476a3fb514fe384dfea94980ed44b6674f.tar.gz |
Fix #2983: Rename ``epub3_description`` and ``epub3_contributor`` to ``epub_description`` and ``epub_contributor``.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 269b67275..764c52062 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ epub_max_image_width = 0 epub_show_urls = 'inline' epub_use_index = False epub_guide = (('toc', 'contents.xhtml', u'Table of Contents'),) -epub3_description = 'Sphinx documentation generator system manual' +epub_description = 'Sphinx documentation generator system manual' latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', 'Georg Brandl', 'manual', 1)] |