Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-35293: Travis CI uses "make venv" for the doc #22307

Merged
merged 1 commit into from
Sep 18, 2020
Merged

bpo-35293: Travis CI uses "make venv" for the doc #22307

merged 1 commit into from
Sep 18, 2020

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants