1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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']
|