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
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 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
> htt
I replied on the PR.
On Tue, 16 May 2017 at 11:09 Mariatta Wijaya
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 wrote:
>
>> Looks like they added some new warnings that are causing the
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