Added no-intersphinx.patch
This commit is contained in:
16
debian/patches/no-intersphinx.patch
vendored
Normal file
16
debian/patches/no-intersphinx.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
no-intersphinx.patch
|
||||||
Reference in New Issue
Block a user