Added no-intersphinx.patch

This commit is contained in:
Thomas Goirand
2015-09-11 16:30:29 +00:00
parent 080c21b850
commit 0c9be796c2
2 changed files with 17 additions and 0 deletions

16
debian/patches/no-intersphinx.patch vendored Normal file
View File

@@ -0,0 +1,16 @@
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-11
--- python-django-formtools-1.0.orig/docs/conf.py
+++ python-django-formtools-1.0/docs/conf.py
@@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('..')
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
+extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig',
'sphinx.ext.viewcode', 'settings']

1
debian/patches/series vendored Normal file
View File

@@ -0,0 +1 @@
no-intersphinx.patch