File: sphinx-8.0.patch

package info (click to toggle)
python-nacl 1.5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,772 kB
  • sloc: ansic: 45,889; python: 7,249; sh: 6,752; asm: 2,974; makefile: 1,010; cs: 35; xml: 30; pascal: 11
file content (25 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.