Merge "Update RPM-specs to 2013.1.2 version" into openstack-ci/build/grizzly
[openstack-build/cinder-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 4c99afa1a11819f77099c4518171817a7a58da18 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 40e564b..01bd3b4 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',