[issue29527] Travis: doc job is broken

2017-03-24 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +716 ___ Python tracker ___ ___

[issue29527] Travis: doc job is broken

2017-03-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0d5f11061a873e9fb67ae59e46b3313e5ba22fc3 by Victor Stinner in branch 'master': Don't treat warnings as error in Travis docs job (#7) https://github.com/python/cpython/commit/0d5f11061a873e9fb67ae59e46b3313e5ba22fc3 --

[issue29527] Travis: doc job is broken

2017-02-12 Thread STINNER Victor
STINNER Victor added the comment: I see that Travis CI now compiles the doc to HTML, there is a single warning and the doc works. So I close the issue. Thanks! If you want to upgrade Sphinx, fix more warnings, etc. : please open new more specific issues for these tasks. --

[issue29527] Travis: doc job is broken

2017-02-11 Thread Zachary Ware
Zachary Ware added the comment: PR16 made the Travis build situation better, but we still have some warnings to look into. I thought we had a PR for that, but I can't seem to find it. -- nosy: +zach.ware pull_requests: +34 ___ Python tracker

[issue29527] Travis: doc job is broken

2017-02-11 Thread Brett Cannon
Brett Cannon added the comment: It really depends on why the warnings are there. If it's a configuration issue with how Misc/NEWS is being built then that can be fixed to deal with a lot of warnings upfront. Otherwise we can also strip out the references from Misc/NEWS to deal with the

[issue29527] Travis: doc job is broken

2017-02-10 Thread Ryan Gonzalez
Ryan Gonzalez added the comment: Trying to fix this in https://github.com/python/cpython/pull/9...but... Currently there are approx *pause for effect* 6,245 warnings! Out of those, around 6,243 are 'reference target not found' warnings, spanning over 290 files:

[issue29527] Travis: doc job is broken

2017-02-10 Thread STINNER Victor
STINNER Victor added the comment: > And we shouldn't disable the check entirely if fixing it is difficult, but > instead just let warnings be warnings until we fix all warnings and then make > them be errors again. Ok, I changed my change (I got the same proposal in the PR). So I removed -W

[issue29527] Travis: doc job is broken

2017-02-10 Thread Brett Cannon
Brett Cannon added the comment: What would it take to simply fix the docs? And we shouldn't disable the check entirely if fixing it is difficult, but instead just let warnings be warnings until we fix all warnings and then make them be errors again. -- nosy: +brett.cannon

[issue29527] Travis: doc job is broken

2017-02-10 Thread STINNER Victor
New submission from STINNER Victor: I suggest to disable the job until it's fixed, just to fix Travis right now. This issue will track the bug to find a solution. https://travis-ci.org/python/cpython/jobs/200517775 $ make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-nW -q -b