Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2b501866ed493758e4c4b29f0ce9b24023d910a1 https://github.com/python/cpython/commit/2b501866ed493758e4c4b29f0ce9b24023d910a1 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年02月13日 (2017年2月13日) Changed paths: M .travis.yml M Doc/faq/windows.rst Log Message: ----------- Travis CI: run rstlint.py in the docs job (#68) Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail.