File: no-intersphinx.patch

package info (click to toggle)
python-requests-mock 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 516 kB
  • sloc: python: 2,018; makefile: 166
file content (19 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (4)
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']