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-43774: Doc job of Azure Pipelines uses Doc/requirements.txt #25296

Merged
merged 1 commit into from Apr 9, 2021
Merged

bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt #25296

merged 1 commit into from Apr 9, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 8, 2021

Don't hardcode the Sphinx version but use Doc/requirements.txt.

https://bugs.python.org/issue43774

Automerge-Triggered-By: GH:tiran

Don't hardcode the Sphinx version but use Doc/requirements.txt.
@vstinner
Copy link
Member Author

vstinner commented Apr 9, 2021

Oh, Azure Pipelines skipped the Doc PR job. I modified the workflow temporarily to force running the Docs PR job.

@vstinner
Copy link
Member Author

vstinner commented Apr 9, 2021

Ok, it works as expected:

python -m pip install -r requirements.txt
...
Collecting sphinx==3.2.1
  Downloading Sphinx-3.2.1-py3-none-any.whl (2.9 MB)

With this version, no warning is emitted.

@stefanrad25
Copy link

stefanrad25 commented Apr 9, 2021 via email

@vstinner
Copy link
Member Author

vstinner commented Apr 9, 2021

@stefanrad25: I don't understand your remark.

kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
…onGH-25296)

Don't hardcode the Sphinx version but use Doc/requirements.txt.
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.

None yet

7 participants