Merge pull request #2208 from tk0miya/2027_html_title_only_accepts_string

Fix #2027: ``make epub`` got errors if ``html_title`` is None
This commit is contained in:
Takeshi KOMIYA
2016-01-17 18:59:44 +09:00
3 changed files with 5 additions and 6 deletions

View File

@@ -565,8 +565,7 @@ that use Sphinx's HTMLWriter class.
The "title" for HTML documentation generated with Sphinx's own templates.
This is appended to the ``<title>`` tag of individual pages, and used in the
navigation bar as the "topmost" element. It defaults to :samp:`'{<project>}
v{<revision>} documentation'` (with the values coming from the config
values).
v{<revision>} documentation'`.
.. confval:: html_short_title