summaryrefslogtreecommitdiff
path: root/debian/patches/disable-intersphinx.patch
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2014-07-03 15:24:19 +0800
committerThomas Goirand <thomas@goirand.fr>2014-07-03 15:43:25 +0800
commitd38fbe9fb1e61416038658f66402a9beb8c40629 (patch)
tree334db4b373c38a9133940a3cfd4aab089263abea /debian/patches/disable-intersphinx.patch
parent943ad599d786fff3572b5173fa813f5a9a8c0195 (diff)
downloadfactory-boy-d38fbe9fb1e61416038658f66402a9beb8c40629.tar
factory-boy-d38fbe9fb1e61416038658f66402a9beb8c40629.tar.gz
Added Python3 support and sphinx doc.
Diffstat (limited to 'debian/patches/disable-intersphinx.patch')
-rw-r--r--debian/patches/disable-intersphinx.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/disable-intersphinx.patch b/debian/patches/disable-intersphinx.patch
new file mode 100644
index 0000000..daa6cff
--- /dev/null
+++ b/debian/patches/disable-intersphinx.patch
@@ -0,0 +1,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',
+ ]
+