Message293775
| 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:33 | brett.cannon | set | recipients:
+ brett.cannon, docs@python |
| 2017年05月16日 17:29:33 | brett.cannon | set | messageid: <1494955773.64.0.780886638634.issue30380@psf.upfronthosting.co.za> |
| 2017年05月16日 17:29:33 | brett.cannon | link | issue30380 messages |
| 2017年05月16日 17:29:33 | brett.cannon | create |
|