Update specs to v. 2014.1.b3
[openstack-build/ceilometer-build.git] / rpm / SOURCES / 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
1 From f333383a69562f575e47f128dc98744fd4813c78 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 file changed, 1 deletion(-)
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',
23 -- 
24 1.7.9.5
25