]> 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)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 4 Oct 2020 15:30:48 +0000 (17:30 +0200)
commitf8b3c64958753abce7badbff3525863577fe2e04
tree4922d73821747c575686e0bd9eb426dc26d9127d
parente5cc5fd89cc8855ad644ce4ba5e7de766313e418
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