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

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
Copy link
Member

@corona10 corona10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vstinner
LGTM, I check the Travis CI console log, and no warning logs are emitted.

@vstinner
Copy link
Member Author

On the "Documentation build" of Travis CI, I see no more warning: https://travis-ci.com/github/python/cpython/jobs/387014982

@vstinner vstinner merged commit 8394500 into python:master Sep 18, 2020
@vstinner vstinner deleted the travis_make_venv branch September 18, 2020 14:23
@vstinner
Copy link
Member Author

Thanks for the review @corona10.

vstinner added a commit that referenced this pull request 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)
vstinner added a commit that referenced this pull request Sep 18, 2020
… (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 8394500) (cherry picked from commit 9e73cac)
ambv pushed a commit to ambv/cpython that referenced this pull request Oct 4, 2020
…ythonGH-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 8394500)
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants