mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user