]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310)
authorVictor Stinner <vstinner@python.org>
Fri, 18 Sep 2020 15:21:24 +0000 (17:21 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 15:21:24 +0000 (17:21 +0200)
commit3acc403f21642f1e916f035abf24c3fb81495b3c
tree99c3e7890e68e117afcc0106c0480175e7a01aa7
parentb7cdea8f087699aaa6486ce5a4f6e5a143dc355e
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307) (GH-22309) (GH-22310)

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)
(cherry picked from commit 9e73cac173e5e9010bd18c8334fffeee1cade3a4)
.travis.yml
Doc/Makefile
Doc/requirements.txt [new file with mode: 0644]