Description: Use local objects.inv for intersphinx mapping
 and use the one from corresponding *-doc packages
Author: Frédéric Bonnard <frediz@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,7 +60,7 @@
 # The full version, including alpha/beta/rc tags.
 release = version
 
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -262,9 +262,9 @@
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/', None),
-    'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
-    'flask': ('http://flask.pocoo.org/docs/', None),
+    'python': ('/usr/share/doc/python3-doc/html', None),
+    'setuptools': ('/usr/share/doc/python-setuptools-doc/html', None),
+    'flask': ('/usr/share/doc/python-flask-doc/html', None),
 }
 
 
