26 lines
897 B
Diff
26 lines
897 B
Diff
Description: this patch disables intersphinx.
|
|
Intersphinx downloads stuff from internet, that is not allowed on buildds.
|
|
.
|
|
python-openstackclient (0.3.0-1) unstable; urgency=low
|
|
.
|
|
* Initial release. (Closes: #733557)
|
|
Author: gustavo panizzo <gfa@zumbi.com.ar>
|
|
Bug-Debian: http://bugs.debian.org/733557
|
|
|
|
---
|
|
Origin: vendor
|
|
Forwarded: not-needed
|
|
Reviewed-By: gustavo panizzo <gfa@zumbi.com.ar>
|
|
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
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
|
extensions = ['sphinx.ext.autodoc',
|
|
'sphinx.ext.doctest',
|
|
- 'sphinx.ext.intersphinx',
|
|
'sphinx.ext.todo']
|
|
|
|
# Add any paths that contain templates here, relative to this directory.
|