Update spec 2013.1.3
[openstack-build/cinder-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 6c5b2b229fcd9a30369335127980a39d644ca3c3 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 files changed, 0 insertions(+), 1 deletions(-)
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',