From 47bb98c275b1bf718b1966ea3f80156b538112f4 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 5 Apr 2019 01:29:00 +0900 Subject: [PATCH] Fix deprecation warnings for sphinx.builder.htmlhelp is not shown --- CHANGES | 1 + sphinx/builders/htmlhelp.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ef568431a..ef3de2cb5 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 2e7e8f083..be365ef7e 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -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,