Skip to content

Commit

Permalink
Add building the wxPython docset to the buildbot job
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Aug 1, 2020
1 parent 4d71f4c commit ab38784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit ab38784

Please sign in to comment.