File: intersphinx

package info (click to toggle)
pyfftw 0.15.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,208 kB
  • sloc: python: 9,470; ansic: 675; makefile: 128; sh: 16
file content (18 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Michael R. Crusoe <crusoe@debian.org>
Description: link to other packaged docs
Forwared: not-needed
--- pyfftw.orig/docs/conf.py
+++ pyfftw/docs/conf.py
@@ -222,9 +222,9 @@
 
 # Intersphinx mappings
 intersphinx_mapping = {
-    "python": ('http://docs.python.org/', None),
-    "numpy": ('http://docs.scipy.org/doc/numpy', None),
-    "scipy": ('http://docs.scipy.org/doc/scipy/reference', None),
+    "python": ('/usr/share/doc/python3/html/', None),
+    "numpy": ('/usr/share/doc/python-numpy/html/', None),
+    "scipy": ('/usr/share/doc/python-scipy-doc/html/', None),
 }
 
 dependencies = {'pyfftw/pyfftw': ['pyfftw/pyfftw.so'],