File: fix-intersphinx-mapping.patch

package info (click to toggle)
intake 0.6.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,724 kB
  • sloc: python: 12,409; makefile: 37; sh: 14
file content (21 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sat, 18 Jan 2025 16:50:39 +0000
Subject: Fix intersphinx mapping

---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index dcb410c..252bb7e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -174,7 +174,7 @@ texinfo_documents = [
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {"python": ('https://docs.python.org/3', None)}