]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
authorVictor Stinner <vstinner@python.org>
Fri, 18 Sep 2020 14:23:18 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 14:23:18 +0000 (16:23 +0200)
commit8394500cca56490cc347604d39ca40abcdce46c3
tree3768768a78bb905a1af867c18f89954f98ae2346
parent6595cb0af4c51c0381c233b97884fe916a4ddd35
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)

Doc/requirements.txt becomes the reference for packages and package
versions needed to build the Python documentation.

* Doc/Makefile now uses Doc/requirements.txt
* .travis.yml now uses "make env" of Doc/Makefile
.travis.yml
Doc/Makefile
Doc/requirements.txt