File: no-intersphinx.patch

package info (click to toggle)
python-osprofiler 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 292
  • sloc: python: 1,746; makefile: 191; sh: 30
file content (16 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: No intersphinx
 Avoid intersphinx so that there's no network access during build.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-09-05

--- python-osprofiler-0.3.0.orig/doc/source/conf.py
+++ python-osprofiler-0.3.0/doc/source/conf.py
@@ -33,7 +33,6 @@ sys.path.extend([
 extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.doctest',
-    'sphinx.ext.intersphinx',
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
     'sphinx.ext.ifconfig',