Skip to content

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

Merged
miss-islington merged 1 commit into
python:masterfrom
vstinner:azure_reqs
Apr 9, 2021
Merged

bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt#25296
miss-islington merged 1 commit into
python:masterfrom
vstinner:azure_reqs

Conversation

@vstinner

@vstinner vstinner commented Apr 8, 2021

Copy link
Copy Markdown
Member

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

vstinner commented Apr 9, 2021

Copy link
Copy Markdown
Member Author

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

@vstinner

vstinner commented Apr 9, 2021

Copy link
Copy Markdown
Member Author

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

stefanrad25 commented Apr 9, 2021 via email

Copy link
Copy Markdown

@vstinner

vstinner commented Apr 9, 2021

Copy link
Copy Markdown
Member Author

@stefanrad25: I don't understand your remark.

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.

7 participants