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'],
|