From 0c9be796c21ff02243080e8ebf8b9afdda3f5689 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 11 Sep 2015 16:30:29 +0000 Subject: [PATCH] Added no-intersphinx.patch --- debian/patches/no-intersphinx.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/no-intersphinx.patch create mode 100644 debian/patches/series diff --git a/debian/patches/no-intersphinx.patch b/debian/patches/no-intersphinx.patch new file mode 100644 index 0000000..aa87b39 --- /dev/null +++ b/debian/patches/no-intersphinx.patch @@ -0,0 +1,16 @@ +Description: No intersphinx +Author: Thomas Goirand +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'] + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1813196 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +no-intersphinx.patch