[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-29 Thread Steve Dower
Steve Dower added the comment: Thanks! -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-29 Thread Steve Dower
Steve Dower added the comment: New changeset 5583ef4777452e79278de80755d403f1c5b7781d by Steve Dower (Andrés Delfino) in branch '2.7': [2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201) https://github.com/python/cpython/commit/5583ef4777452e79278de80755d403f1c5b7781d --

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-29 Thread Andrés Delfino
Change by Andrés Delfino : -- pull_requests: +6836 stage: backport needed -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Andrés Delfino
Andrés Delfino added the comment: Np! I'll take care of the backport :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Steve Dower added the comment: Thanks for the contribution! Looks like the automatic backport to 2.7 won't work, so someone will have to do one manually. I'm happy to hit merge on a PR (whoever does it, make sure you follow the backport naming rules in the PR template). -- assignee:

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 08beaf7d60c247b485fb578be1ef14bbc796ca88 by Miss Islington (bot) in branch '3.6': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/08beaf7d60c247b485fb578be1ef14bbc796ca88 -- _

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 1827615500e94801653f67fd026a2c95930faf59 by Miss Islington (bot) in branch '3.7': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/1827615500e94801653f67fd026a2c95930faf59 -- nosy: +miss-islington

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6821 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6820 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Steve Dower added the comment: New changeset 8c1ad0c4f69390fded09012e1ed5242c45753bb4 by Steve Dower (Andrés Delfino) in branch 'master': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/8c1ad0c4f69390fded09012e1ed5242c45753bb4 -- __

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ _

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Andrés Delfino
Andrés Delfino added the comment: After the PR: C:\Users\adelfino\Desktop\Personal\repos\cpython\Doc>make venv Using py -3.6 (found with py.exe) Merging Misc/NEWS with py -3.6 -m blurb Running Sphinx v1.7.4 Sphinx error: Builder name venv not registered or available through entry point Build

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6792 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread Andrés Delfino
New submission from Andrés Delfino : Doc\make.bat is exiting without exposing Sphinx's main() return value, showing weird things like: C:\Users\adelfino\Desktop\Personal\repos\cpython\Doc>make venv Using py -3.6 (found with py.exe) Merging Misc/NEWS with py -3.6 -m blurb Running Sphinx v1.7.4