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

Add Python standard library to Intersphinx mapping (backport #10523) #10627

Merged
merged 1 commit into from
Aug 15, 2023

Commits on Aug 14, 2023

  1. Add Python standard library to Intersphinx mapping (#10523)

    This is good for the resolution of just over 200 failed Sphinx
    references, almost all of which are from Sphinx attempting to insert
    links in type hints.  Those aren't super important, but it's nice in the
    vein of being able to use Sphinx's `nitpicky` mode to find places where
    we have Sphinx references that are failing to resolve, since it silences
    some of the noise.
    
    (cherry picked from commit b3b59e9)
    jakelishman authored and mergify[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f96c9f6 View commit details
    Browse the repository at this point in the history