mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add building the wxPython docset to the buildbot job
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user