patches refreshed
This commit is contained in:
10
debian/patches/001-disable-intersphinx.patch
vendored
10
debian/patches/001-disable-intersphinx.patch
vendored
@@ -13,13 +13,13 @@ Forwarded: not-needed
|
|||||||
Reviewed-By: gustavo panizzo <gfa@zumbi.com.ar>
|
Reviewed-By: gustavo panizzo <gfa@zumbi.com.ar>
|
||||||
Last-Update: <2014-01-06>
|
Last-Update: <2014-01-06>
|
||||||
|
|
||||||
--- python-openstackclient-0.3.0.orig/doc/source/conf.py
|
--- a/doc/source/conf.py
|
||||||
+++ python-openstackclient-0.3.0/doc/source/conf.py
|
+++ b/doc/source/conf.py
|
||||||
@@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath(os.pa
|
@@ -31,7 +31,6 @@
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = ['sphinx.ext.autodoc',
|
extensions = ['sphinx.ext.autodoc',
|
||||||
'sphinx.ext.doctest',
|
'sphinx.ext.doctest',
|
||||||
- 'sphinx.ext.intersphinx',
|
- 'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.todo']
|
'sphinx.ext.todo',
|
||||||
|
'oslosphinx']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user