[docs] [issue29521] Minor warning messages when compiling documentation

STINNER Victor report at bugs.python.org
Mon Feb 13 09:19:10 EST 2017


STINNER Victor added the comment:

The commit 3d707be950b387552585451071928e7b39cdfa53 broke the Docs buildbot slave. I proposed https://github.com/python/cpython/pull/68 to run the rstlint.py check on Travis as well, and to fix the 2 warnings.

http://buildbot.python.org/all/builders/Docs%203.x/builds/399/steps/lint/logs/stdio


python3 tools/rstlint.py -i tools -i venv
[1] faq/windows.rst:303: trailing whitespace
[1] faq/windows.rst:305: trailing whitespace
2 problems with severity 1 found.
Makefile:156: recipe for target 'check' failed

----------
nosy: +haypo
pull_requests: +52

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29521>
_______________________________________


More information about the docs mailing list