File: no-intersphinx.patch

package info (click to toggle)
python-requests-mock 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 328 kB
  • ctags: 228
  • sloc: python: 860; makefile: 187
file content (17 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not use intersphinx plugin (which does network access)
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-07-12

--- python-requests-mock-0.4.0.orig/docs/conf.py
+++ python-requests-mock-0.4.0/docs/conf.py
@@ -40,8 +40,7 @@ import requests_mock  # noqa
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['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']