From ce9b26f92613dfd834975240b6af0ee13ded1a60 Mon Sep 17 00:00:00 2001 From: Andrea Gavana Date: Wed, 27 Mar 2013 21:27:22 +0000 Subject: [PATCH] Avoid Sphinx warning for HTMLHelpDialog/Frame/Window while building the Phoenix documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- sphinxtools/constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sphinxtools/constants.py b/sphinxtools/constants.py index 094137c8..9205a959 100644 --- a/sphinxtools/constants.py +++ b/sphinxtools/constants.py @@ -113,6 +113,9 @@ NO_MODULE = { # -- wxHTML -- # # Widgets + 'HTMLHelpDialog' : 'html.', + 'HTMLHelpFrame' : 'html.', + 'HTMLHelpWindow' : 'html.', # Enums/constants 'HTMLCursor' : 'html.',