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 vstinner
Recipients vstinner
Date 2017-02-10.23:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486770573.93.0.256816932878.issue29527@psf.upfronthosting.co.za>
In-reply-to
Content
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 linkcheck"
./venv/bin/python3 -m sphinx -b html -d build/doctrees -D latex_paper_size= -nW -q -b linkcheck . build/html 

Warning, treated as error:
WARNING: latex_preamble is deprecated. Use latex_elements['preamble'] instead.

make: *** [build] Error 1
History
Date User Action Args
2017-02-10 23:49:33vstinnersetrecipients: + vstinner
2017-02-10 23:49:33vstinnersetmessageid: <1486770573.93.0.256816932878.issue29527@psf.upfronthosting.co.za>
2017-02-10 23:49:33vstinnerlinkissue29527 messages
2017-02-10 23:49:33vstinnercreate