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

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
* Update Sphinx to version 2.4.4

(cherry picked from commit 8394500cca56490cc347604d39ca40abcdce46c3)
.travis.yml
Doc/Makefile
Doc/requirements.txt