Sphinx 1.6.1 is causing Travis to fail

Looks like they added some new warnings that are causing the docs build to fail (e.g. https://travis-ci.org/python/cpython/jobs/232903226 and https://travis-ci.org/python/cpython/jobs/232897796).
I will see if I have time to fix this before I leave for PyCon US today, but there's no guarantee. If someone has time to fix this then I've opened https://bugs.python.org/issue30380 to track the problem and give my take on a solution.

It passes now : https://github.com/python/cpython/pull/1612
Ok to merge?
Mariatta Wijaya
On Tue, May 16, 2017 at 10:31 AM, Brett Cannon <brett@python.org> wrote:
Looks like they added some new warnings that are causing the docs build to fail (e.g. https://travis-ci.org/python/cpython/jobs/232903226 and https://travis-ci.org/python/cpython/jobs/232897796).
I will see if I have time to fix this before I leave for PyCon US today, but there's no guarantee. If someone has time to fix this then I've opened https://bugs.python.org/issue30380 to track the problem and give my take on a solution.
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

I replied on the PR.
On Tue, 16 May 2017 at 11:09 Mariatta Wijaya <mariatta.wijaya@gmail.com> wrote:
It passes now : https://github.com/python/cpython/pull/1612
Ok to merge?
Mariatta Wijaya
On Tue, May 16, 2017 at 10:31 AM, Brett Cannon <brett@python.org> wrote:
Looks like they added some new warnings that are causing the docs build to fail (e.g. https://travis-ci.org/python/cpython/jobs/232903226 and https://travis-ci.org/python/cpython/jobs/232897796).
I will see if I have time to fix this before I leave for PyCon US today, but there's no guarantee. If someone has time to fix this then I've opened https://bugs.python.org/issue30380 to track the problem and give my take on a solution.
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/

I just wanted to let everyone know that all branches are green again. We now pin to a specific major.minor version of Sphinx in our .travis.yml file to help prevent this from happening again in the future. (All branches but 2.7 are pinned to 1.6.1 while 2.7 stays on 1.5.6 until Serhiy has a chance to update his PR to fix it.)
Thanks to Mariatta, Kushal, Zachary, Senthil, and Serhiy for all chipping in to help fix this in a timely manner and contain the number of broken PRs because of it.
On Tue, 16 May 2017 at 10:31 Brett Cannon <brett@python.org> wrote:
Looks like they added some new warnings that are causing the docs build to fail (e.g. https://travis-ci.org/python/cpython/jobs/232903226 and https://travis-ci.org/python/cpython/jobs/232897796).
I will see if I have time to fix this before I leave for PyCon US today, but there's no guarantee. If someone has time to fix this then I've opened https://bugs.python.org/issue30380 to track the problem and give my take on a solution.
participants (2)
-
Brett Cannon
-
Mariatta Wijaya