Update distutils docs references#5239
Draft
wayyoungboy wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
easy_installdocs to point at Setuptools' self-hosted distutils docsFixes #4081.
Validation
gh issue view 4081 --repo pypa/setuptools --json number,title,state,assignees,urlconfirmed the issue is open and unassignedgh pr list --repo pypa/setuptools --state open --search '4081 OR distutils CPython docs OR "Remove references to distutils"' --json number,title,author,url,headRefNamereturned no open related PRsgit diff --check -- docs/conf.py docs/deprecated/easy_install.rst/opt/miniconda3/bin/python3.13 -m py_compile docs/conf.pydocs/deprecated/easy_install.rstlinks todistutils/configfileand thatdocs/deprecated/distutils/configfile.rstexistsrgcheck for the removed CPython distutils-doc workaround and olddocs.python.org/installlink returned no matchesFull
tox -e docswas intentionally not completed because its dependency installation became too heavy for the shared worker machine; the long-running docs/tox pip process was stopped and the partial.tox/docsenvironment was removed.