diff --git a/debian/patches/001-disable-intersphinx.patch b/debian/patches/001-disable-intersphinx.patch index 876e7a24..0d37aa7e 100644 --- a/debian/patches/001-disable-intersphinx.patch +++ b/debian/patches/001-disable-intersphinx.patch @@ -13,13 +13,13 @@ Forwarded: not-needed Reviewed-By: gustavo panizzo Last-Update: <2014-01-06> ---- python-openstackclient-0.3.0.orig/doc/source/conf.py -+++ python-openstackclient-0.3.0/doc/source/conf.py -@@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath(os.pa +--- a/doc/source/conf.py ++++ b/doc/source/conf.py +@@ -31,7 +31,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', - 'sphinx.ext.intersphinx', - 'sphinx.ext.todo'] + 'sphinx.ext.todo', + 'oslosphinx'] - # Add any paths that contain templates here, relative to this directory.