Patch out intersphinx extension
Change-Id: I4ac7afd4879f0d43fb3210c8bf35700c41af8273
This commit is contained in:
parent
692c645583
commit
2d3544d37d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
python-eventlet (0.19.0-4) unstable; urgency=medium
|
||||
|
||||
* Patch out intersphinx extension (Closes: #840092).
|
||||
|
||||
-- Thomas Goirand <zigo@debian.org> Sat, 08 Oct 2016 11:52:07 +0200
|
||||
|
||||
python-eventlet (0.19.0-3) unstable; urgency=medium
|
||||
|
||||
[ Thomas Goirand ]
|
||||
|
18
debian/patches/patch-out-intersphinx.patch
vendored
Normal file
18
debian/patches/patch-out-intersphinx.patch
vendored
Normal file
@ -0,0 +1,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.
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -5,3 +5,4 @@ allow-more-busy-cpu.patch
|
||||
remove-networking-tests.patch
|
||||
greendns_tests_fix.patch
|
||||
remove-test_import_patched_defaults.patch
|
||||
patch-out-intersphinx.patch
|
||||
|
Loading…
Reference in New Issue
Block a user