summaryrefslogtreecommitdiff
path: root/debian/patches/disable-intersphinx.patch
blob: daa6cffddb2e7efe9b2ae48097840bd87df5f026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable intersphinx
 Do not use intersphinx to avoid network access during build.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-07-03

--- factory-boy-2.4.1.orig/docs/conf.py
+++ factory-boy-2.4.1/docs/conf.py
@@ -29,7 +29,6 @@ sys.path.insert(0, os.path.dirname(os.pa
 extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.extlinks',
-    'sphinx.ext.intersphinx',
     'sphinx.ext.viewcode',
 ]