Some docstring updates, and add wx.svg to the docs to be built

This commit is contained in:
Robin Dunn
2019-08-07 20:12:50 -07:00
committed by Robin Dunn
parent 43c2b5c96c
commit d6bda86a0e
3 changed files with 21 additions and 3 deletions

View File

@@ -1095,7 +1095,7 @@ def cmd_wxlib(options, args):
cmdTimer = CommandTimer('wx.lib')
pwd = pushDir(phoenixDir())
for wx_pkg in ['lib', 'py', 'tools']:
for wx_pkg in ['lib', 'py', 'svg', 'tools']:
libDir = os.path.join(phoenixDir(), 'wx', wx_pkg)
if not os.path.isdir(libDir):