This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, docs@python
Date 2017-05-16.17:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494955773.64.0.780886638634.issue30380@psf.upfronthosting.co.za>
In-reply-to
Content
The Travis file uses `make venv` which does `python3 -m pip install --upgrade sphinx` which is pulling in Sphinx 1.6.1 which was released today (under Python 2.7 the pip call is direct instead of using `make venv`). The problem is that Sphinx 1.6.1 adds some new warnings that then is flagging the docs build as failing.

To fix this we should probably stop calling `make venv` in .travis.yml and instead explicitly install Sphinx 1.5.6 for the docs build.

Once Travis is green again a separate PR can be done to update `master` to build cleanly under Sphinx 1.6.1.
History
Date User Action Args
2017-05-16 17:29:33brett.cannonsetrecipients: + brett.cannon, docs@python
2017-05-16 17:29:33brett.cannonsetmessageid: <1494955773.64.0.780886638634.issue30380@psf.upfronthosting.co.za>
2017-05-16 17:29:33brett.cannonlinkissue30380 messages
2017-05-16 17:29:33brett.cannoncreate