mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
3d707be950
commit
2b501866ed
2 changed files with 3 additions and 2 deletions
|
@ -300,9 +300,9 @@ this respect, and is easily configured to use spaces: Take :menuselection:`Tools
|
|||
--> Options --> Tabs`, and for file type "Default" set "Tab size" and "Indent
|
||||
size" to 4, and select the "Insert spaces" radio button.
|
||||
|
||||
Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs
|
||||
Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs
|
||||
and spaces are causing problems in leading whitespace.
|
||||
You may also run the :mod:`tabnanny` module to check a directory tree
|
||||
You may also run the :mod:`tabnanny` module to check a directory tree
|
||||
in batch mode.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue