File: no-intersphinx.patch

package info (click to toggle)
python-positional 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 92
  • sloc: makefile: 230; python: 160
file content (16 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: No intersphinx
 This is doing network access during build: disbling it.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-02-26

--- python-positional-1.0.1.orig/doc/source/conf.py
+++ python-positional-1.0.1/doc/source/conf.py
@@ -40,7 +40,6 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
-    'sphinx.ext.intersphinx',
 ]
 
 # Add any paths that contain templates here, relative to this directory.