File: patch-out-intersphinx.patch

package info (click to toggle)
python-eventlet 0.19.0-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,120 kB
  • ctags: 3,551
  • sloc: python: 18,723; sh: 196; makefile: 102
file content (18 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Patch out intersphinx
 Avoids internet access during build
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/840092
Forwarded: no
Last-Update: 2016-10-08

--- python-eventlet-0.19.0.orig/doc/conf.py
+++ python-eventlet-0.19.0/doc/conf.py
@@ -23,7 +23,7 @@ import sys, os
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 
-              'sphinx.ext.intersphinx']
+              ]
 
 # If this is True, '.. todo::' and '.. todolist::' produce output, else they produce
 # nothing. The default is False.