c6f5653fffe55d97ce9e436bcf76f53bb821727c
[openstack-build/ceilometer-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From 405a372272ff73c21bf91aedebfe2afb74b83e9d 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 9d01807..c89b701 100644
15 --- a/doc/source/conf.py
16 +++ b/doc/source/conf.py
17 @@ -141,7 +141,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 @@ -151,7 +150,6 @@ extensions = [
26      'sphinxcontrib.pecanwsme.rest',
27      'oslo.sphinx',
28  ]
29 -
30  wsme_protocols = ['restjson', 'restxml']
31  
32  todo_include_todos = True