Subject: Use local intersphinx
Author: Alexander Sulfrian <alexander@sulfrian.net>
Forwarded: not-needed

Index: python-sounddevice/doc/conf.py
===================================================================
--- python-sounddevice.orig/doc/conf.py
+++ python-sounddevice/doc/conf.py
@@ -33,8 +33,8 @@ napoleon_use_param = False
 napoleon_use_rtype = False
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3/', None),
-    'numpy': ('https://docs.scipy.org/doc/numpy/', None),
+    'python': ('/usr/share/doc/python3-doc/html/', None),
+    'numpy': ('/usr/share/doc/python-numpy/html/', None),
 }
 
 master_doc = 'index'
