File: 0006-Patch-out-intersphinx.patch

package info (click to toggle)
python-eventlet 0.40.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,200 kB
  • sloc: python: 25,101; sh: 78; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Patch out intersphinx
 Avoids internet access during build
Author: Thomas Goirand <zigo@debian.org>
Date: Fri, 4 Aug 2017 21:47:21 +0200
Bug-Debian: https://bugs.debian.org/840092
Forwarded: no
Last-Update: 2024-02-14

diff --git a/doc/source/conf.py b/doc/source/conf.py
index cda080f..5b7889d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,7 +25,6 @@
     'sphinx.ext.autodoc',
     'sphinx.ext.todo',
     'sphinx.ext.coverage', 
-    'sphinx.ext.intersphinx',
     'sphinxcontrib.apidoc'
 ]