From: Paul Kehrer <paul.l.kehrer@gmail.com>
Date: Mon, 16 Dec 2024 23:21:39 +0000
Subject: Fix documentation build for Sphinx 8.0

Origin: backport, https://github.com/pyca/pynacl/pull/793
Bug-Debian: https://bugs.debian.org/1090152
Last-Update: 2024-12-16
---
 docs/conf.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 3337cd2..09c8a3b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -177,8 +177,7 @@ html_static_path = ["_static"]
 htmlhelp_basename = "PyNaCldoc"
 
 
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"http://docs.python.org/": None}
+intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
 
 # Retry requests in the linkcheck builder so that we're resilient against
 # transient network errors.
