Merge pull request #6252 from tk0miya/deprecation_warning_for_htmlhelp

Fix deprecation warnings for sphinx.builder.htmlhelp is not shown
This commit is contained in:
Takeshi KOMIYA 2019-04-05 01:52:47 +09:00 committed by GitHub
commit a5679058ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,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,