Update patches
[openstack-build/cinder-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 9904118c6d3d130624eaec31878649e41efd1bc2 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
3 Date: Fri, 21 Sep 2012 13:33:26 +0100
4 Subject: [PATCH] Ensure we don't access the net when building docs
5
6 (Note, this has not been sent upstream)
7 ---
8  doc/source/conf.py | 1 -
9  1 file changed, 1 deletion(-)
10
11 diff --git a/doc/source/conf.py b/doc/source/conf.py
12 index e27d458..7a2bf1a 100644
13 --- a/doc/source/conf.py
14 +++ b/doc/source/conf.py
15 @@ -29,7 +29,6 @@ sys.path.insert(0, os.path.abspath('./'))
16  # or your custom ones.
17  
18  extensions = ['sphinx.ext.autodoc',
19 -              'sphinx.ext.intersphinx',
20                'ext.cinder_todo',
21                'sphinx.ext.coverage',
22                'sphinx.ext.pngmath',