From 9c53695500f496d91ba372e61668392d01a68a97 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 17 Jul 2024 16:54:25 -0400 Subject: [PATCH] Update intersphinx link to point to redirected target. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a0e3398d54..0f85661789 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -106,7 +106,7 @@ intersphinx_mapping.update({ 'pip': ('https://pip.pypa.io/en/latest', None), - 'build': ('https://pypa-build.readthedocs.io/en/latest', None), + 'build': ('https://build.pypa.io/en/latest', None), 'PyPUG': ('https://packaging.python.org/en/latest/', None), 'packaging': ('https://packaging.pypa.io/en/latest/', None), 'twine': ('https://twine.readthedocs.io/en/stable/', None),