Description: new style intersphinx mapping.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/1090153
Forwarded: https://github.com/G-Node/nixpy/pull/546
Last-Update: 2024-12-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-nixio.orig/docs/source/conf.py
+++ python-nixio/docs/source/conf.py
@@ -35,5 +35,5 @@
     html_theme = 'default'
 
 # intersphinx configuration
-intersphinx_mapping = {'http://docs.python.org/': None,
-                       'http://docs.scipy.org/doc/numpy': None}
+intersphinx_mapping = {'python': ['http://docs.python.org/', None],
+                       'scipy': ['http://docs.scipy.org/doc/numpy', None] }
