Fix deprecation warnings for sphinx.builder.htmlhelp is not shown

This commit is contained in:
Takeshi KOMIYA 2019-04-05 01:29:00 +09:00
parent d34302a415
commit 47bb98c275
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ Bugs fixed
* deprecation warnings are not emitted
- sphinx.application.CONFIG_FILENAME
- sphinx.builders.htmlhelp
- :confval:`viewcode_import`
* #6220, #6225: napoleon: AttributeError is raised for raised section having

View File

@ -24,7 +24,7 @@ if False:
from sphinx.application import Sphinx # NOQA
deprecated_alias('sphinx.builders.devhelp',
deprecated_alias('sphinx.builders.htmlhelp',
{
'chm_locales': chm_locales,
'chm_htmlescape': chm_htmlescape,