Skip to content

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.

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