cpython/Doc/faq
Victor Stinner b300c660d3 Backport36 doc fixes: PR#68 and PR#124 (#125)
* 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.
(cherry picked from commit 2b501866ed)

* Doc/Makefile: set PYTHON to python3 (#124)

rstlint.py run by "make check" doesn't support Python 2.

"make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't
provide the venv module: it's a module of Python 3 standard library.

(cherry picked from commit 91b0e7d0ca)
2017-02-16 00:56:54 +01:00
..
design.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:49:59 +02:00
extending.rst Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
general.rst Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges 2016-11-26 13:43:28 +02:00
gui.rst Issue #29024: Add Kivy entry to GUI FAQ 2017-01-02 05:44:49 +03:00
index.rst Improve FAQ link in documentation (for issue #16435). 2012-11-09 17:52:30 -08:00
installed.rst Use https:// URLs when referring to python.org hosts. 2014-10-29 08:36:35 +01:00
library.rst Issue #23921: Standardized documentation whitespace formatting. 2016-05-10 12:01:23 +03:00
programming.rst [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. 2016-06-04 20:08:10 -07:00
python-video-icon.png Merged revisions 75363 via svnmerge from 2009-10-11 21:25:26 +00:00
windows.rst Backport36 doc fixes: PR#68 and PR#124 (#125) 2017-02-16 00:56:54 +01:00