Description: Do not use intersphinx plugin (which does network access)
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-09-18

Index: python-requests-mock/doc/source/conf.py
===================================================================
--- python-requests-mock.orig/doc/source/conf.py
+++ python-requests-mock/doc/source/conf.py
@@ -30,8 +30,7 @@ import requests_mock  # noqa
 extensions = ['reno.sphinxext',
               'sphinx.ext.autodoc',
               'sphinx.ext.doctest',
-              'sphinx.ext.viewcode',
-              'sphinx.ext.intersphinx']
+              'sphinx.ext.viewcode']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
