Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
Open
Description
Bug report
Bug description:
On 3.10,Doc/requirements.txt pins Sphinx==3.4.3, which needspkg_resources. Setuptools docsadvise pinning to an older version ofsetuptools.
This causes builds to fail withan opaque error: the makefile suppresses output ofblurb help andsphinx-build --version, and assumes that any failure means that the tools are missing:
mkdir -p buildMissing the required blurb or sphinx-build tools.Please run 'make venv' to install local copies.make: *** [Makefile:51: build] Error 1make: Leaving directory '/home/runner/work/cpython/cpython/Doc'CPython versions tested on:
3.10
Operating systems tested on:
No response
Linked PRs
- [3.10] gh-145455: Constrain setuptools to a version with pkg_resources #145456
- gh-145455: Show output of blurb & sphinx-build version commands #145457
- [3.14] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) #145461
- [3.13] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) #145462
- [3.10] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) #145489
- [3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) #145490
- [3.11] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) #145491
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo