bee8b13
From 6a63200908b9efd846c59a0747f10502d4d819fe Mon Sep 17 00:00:00 2001
Mark McLoughlin 62243f9
From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady@redhat.com>
Mark McLoughlin 62243f9
Date: Fri, 6 Jan 2012 17:12:54 +0000
Mark McLoughlin 62243f9
Subject: [PATCH] Don't access the net while building docs
Mark McLoughlin 62243f9
Mark McLoughlin 62243f9
(Note this hasn't been submitted upstream)
Mark McLoughlin 62243f9
Mark McLoughlin 62243f9
Change-Id: I42c6e3a5062db209a0abe00cebc04d383c79cbcb
Russell Bryant 60099aa
(cherry picked from commit f2b4bb4e45afcc178200966193a7b87401c534d7)
Mark McLoughlin 62243f9
---
Mark McLoughlin 62243f9
 doc/source/conf.py |    1 -
Mark McLoughlin 62243f9
 1 files changed, 0 insertions(+), 1 deletions(-)
Mark McLoughlin 62243f9
Mark McLoughlin 62243f9
diff --git a/doc/source/conf.py b/doc/source/conf.py
Russell Bryant 85484d5
index a6a3c35..670e4f3 100644
Mark McLoughlin 62243f9
--- a/doc/source/conf.py
Mark McLoughlin 62243f9
+++ b/doc/source/conf.py
Mark McLoughlin 62243f9
@@ -45,7 +45,6 @@ sys.path = [os.path.abspath('../../glance'),
Mark McLoughlin 62243f9
 extensions = ['sphinx.ext.autodoc',
Mark McLoughlin 62243f9
               'sphinx.ext.coverage',
Mark McLoughlin 62243f9
               'sphinx.ext.ifconfig',
Mark McLoughlin 62243f9
-              'sphinx.ext.intersphinx',
Mark McLoughlin 62243f9
               'sphinx.ext.pngmath',
Russell Bryant 85484d5
               'sphinx.ext.graphviz']
Russell Bryant 85484d5