Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 18, 2020

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 8394500)
(cherry picked from commit 9e73cac)

https://bugs.python.org/issue35293

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 8394500) (cherry picked from commit 9e73cac)
@vstinner
Copy link
Member Author

Before this PR, Travis CI used Sphinx 1.8.2, whereas Doc/Makefile used Sphinx 2.3.1.

Now both use Sphinx 2.4.4.

@vstinner
Copy link
Member Author

There is no more warning in the Documentation build job of Travis CI: this PR fix https://bugs.python.org/issue35293 in the 3.8 branch.

@vstinner vstinner merged commit 3acc403 into python:3.8 Sep 18, 2020
@vstinner vstinner deleted the travis_make_venv38 branch September 18, 2020 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants