X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=rpm%2FSOURCES%2F0001-Ensure-we-don-t-access-the-net-when-building-docs.patch;h=cc7323fce930ff4abc2de92c22b651733e03f49c;hb=7b869ee6899d93ee07c5810398ee0656b7f6a66c;hp=220e9982e6bf90d3f8e582bb6731e6f2a9ff87a7;hpb=83a861872b42b59992e91ae14efdbb03f5c3a5c1;p=openstack-build%2Fceilometer-build.git diff --git a/rpm/SOURCES/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch b/rpm/SOURCES/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch index 220e998..cc7323f 100644 --- a/rpm/SOURCES/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch +++ b/rpm/SOURCES/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch @@ -1,24 +1,25 @@ -From 995e4dac63cfaad92a8634211734a81d66f5c688 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?P=C3=A1draig=20Brady?= -Date: Fri, 6 Jan 2012 12:16:34 +0000 +From f333383a69562f575e47f128dc98744fd4813c78 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?P=C3=A1draig=20Brady?= +Date: Mon, 27 Jan 2014 12:24:35 +0000 Subject: [PATCH] Ensure we don't access the net when building docs (Note, this has not been sent upstream) - -Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2 --- doc/source/conf.py | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py -index 7b77eb9..2b36df7 100644 +index 02e97e1..4db8a9a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py -@@ -139,7 +139,6 @@ write_autodoc_index() - # They can be extensions coming with Sphinx (named 'sphinx.ext.*') +@@ -142,7 +142,6 @@ write_autodoc_index() # or your custom ones. - extensions = ['sphinx.ext.autodoc', -- 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', - 'sphinxcontrib.autohttp.flask', - 'wsmeext.sphinxext', + extensions = [ + 'sphinx.ext.autodoc', +- 'sphinx.ext.intersphinx', + 'sphinx.ext.todo', + 'sphinxcontrib.autohttp.flask', + 'wsmeext.sphinxext', +-- +1.7.9.5 +