mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
commit
a5679058ac
1
CHANGES
1
CHANGES
@ -21,6 +21,7 @@ Bugs fixed
|
|||||||
* deprecation warnings are not emitted
|
* deprecation warnings are not emitted
|
||||||
|
|
||||||
- sphinx.application.CONFIG_FILENAME
|
- sphinx.application.CONFIG_FILENAME
|
||||||
|
- sphinx.builders.htmlhelp
|
||||||
- :confval:`viewcode_import`
|
- :confval:`viewcode_import`
|
||||||
|
|
||||||
* #6220, #6225: napoleon: AttributeError is raised for raised section having
|
* #6220, #6225: napoleon: AttributeError is raised for raised section having
|
||||||
|
@ -24,7 +24,7 @@ if False:
|
|||||||
from sphinx.application import Sphinx # NOQA
|
from sphinx.application import Sphinx # NOQA
|
||||||
|
|
||||||
|
|
||||||
deprecated_alias('sphinx.builders.devhelp',
|
deprecated_alias('sphinx.builders.htmlhelp',
|
||||||
{
|
{
|
||||||
'chm_locales': chm_locales,
|
'chm_locales': chm_locales,
|
||||||
'chm_htmlescape': chm_htmlescape,
|
'chm_htmlescape': chm_htmlescape,
|
||||||
|
Loading…
Reference in New Issue
Block a user