220e9982e6bf90d3f8e582bb6731e6f2a9ff87a7
[openstack-build/ceilometer-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 995e4dac63cfaad92a8634211734a81d66f5c688 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady@redhat.com>
3 Date: Fri, 6 Jan 2012 12:16:34 +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 Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2
9 ---
10  doc/source/conf.py |    1 -
11  1 files changed, 0 insertions(+), 1 deletions(-)
12
13 diff --git a/doc/source/conf.py b/doc/source/conf.py
14 index 7b77eb9..2b36df7 100644
15 --- a/doc/source/conf.py
16 +++ b/doc/source/conf.py
17 @@ -139,7 +139,6 @@ write_autodoc_index()
18  # They can be extensions coming with Sphinx (named 'sphinx.ext.*')
19  # or your custom ones.
20  extensions = ['sphinx.ext.autodoc',
21 -              'sphinx.ext.intersphinx',
22                'sphinx.ext.todo',
23                'sphinxcontrib.autohttp.flask',
24                'wsmeext.sphinxext',