Update patch
[openstack-build/ceilometer-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 4e1c90bcccaa5bfd78a8bd3fd1bef1c578fe586a 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 |    2 --
11  1 files changed, 0 insertions(+), 2 deletions(-)
12
13 diff --git a/doc/source/conf.py b/doc/source/conf.py
14 index 98646df..c561497 100644
15 --- a/doc/source/conf.py
16 +++ b/doc/source/conf.py
17 @@ -142,7 +142,6 @@ write_autodoc_index()
18  # or your custom ones.
19  extensions = [
20      'sphinx.ext.autodoc',
21 -    'sphinx.ext.intersphinx',
22      'sphinx.ext.todo',
23      'sphinxcontrib.autohttp.flask',
24      'wsmeext.sphinxext',
25 @@ -152,7 +151,6 @@ extensions = [
26      'sphinxcontrib.pecanwsme.rest',
27      'oslo.sphinx',
28  ]
29 -
30  wsme_protocols = ['restjson', 'restxml']
31  
32  todo_include_todos = True