Add building the wxPython docset to the buildbot job

This commit is contained in:
Robin Dunn
2020-07-31 17:41:15 -07:00
parent 4d71f4c6c6
commit ab38784ac7

View File

@@ -157,7 +157,7 @@ def makeBuildFactory(wxport, py_ver, build_type='basic'):
steps.ShellCommand(name='build wxPython wheel and upload', command=cmd, env=environ))
if build_type == 'docs':
cmd = [PYTHON, 'build.py', 'wxlib', 'sphinx', 'bdist_docs', '--upload'] + common_opts
cmd = [PYTHON, 'build.py', 'wxlib', 'sphinx', 'bdist_docs', 'docset_py', '--upload'] + common_opts
factory.addStep(
steps.ShellCommand(name='build wxPython documentation and upload', command=cmd, env=environ))