From 8173db2a4fc0f6cb28926b3dba59116b79f435c8 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 9 Mar 2026 12:01:35 +0000 Subject: [PATCH] Docs: Fix intersphinx references --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3aee1141be..2a9e50837a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -239,8 +239,8 @@ ] intersphinx_mapping.update({ - 'pip': ('https://pip.pypa.io/en/latest', None), - 'build': ('https://build.pypa.io/en/latest', None), + 'pip': ('https://pip.pypa.io/en/stable', None), + 'build': ('https://build.pypa.io/en/stable', None), 'PyPUG': ('https://packaging.python.org/en/latest', None), 'pytest': ('https://docs.pytest.org/en/stable', None), 'packaging': ('https://packaging.pypa.io/en/latest', None),