4ebc58db0005db4e2307f827b7b72a9cc20981e4
[openstack-build/ceilometer-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From ab03700f4e6cd70ff86921312414918b93f2ce32 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
3 Date: Mon, 27 Jan 2014 12:24:35 +0000
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 02e97e1..4db8a9a 100644
13 --- a/doc/source/conf.py
14 +++ b/doc/source/conf.py
15 @@ -142,7 +142,6 @@ write_autodoc_index()
16  # or your custom ones.
17  extensions = [
18      'sphinx.ext.autodoc',
19 -    'sphinx.ext.intersphinx',
20      'sphinx.ext.todo',
21      'sphinxcontrib.autohttp.flask',
22      'wsmeext.sphinxext',