From 47bb98c275b1bf718b1966ea3f80156b538112f4 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 5 Apr 2019 01:29:00 +0900 Subject: Fix deprecation warnings for sphinx.builder.htmlhelp is not shown --- sphinx/builders/htmlhelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sphinx/builders/htmlhelp.py') 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, -- cgit v1.2.1