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=0a698eaf4bc8e2f8894b59d0cf87c1209ab37ba7;hb=00988157a804c6b1d310b088d553461bb38c6c14;hp=c6f5653fffe55d97ce9e436bcf76f53bb821727c;hpb=e9b69fab1e9e91746fbb7bb336795904f40768a3;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 c6f5653..0a698ea 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,4 +1,4 @@ -From 405a372272ff73c21bf91aedebfe2afb74b83e9d Mon Sep 17 00:00:00 2001 +From 4e1c90bcccaa5bfd78a8bd3fd1bef1c578fe586a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Fri, 6 Jan 2012 12:16:34 +0000 Subject: [PATCH] Ensure we don't access the net when building docs @@ -11,10 +11,10 @@ Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py -index 9d01807..c89b701 100644 +index 98646df..c561497 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py -@@ -141,7 +141,6 @@ write_autodoc_index() +@@ -142,7 +142,6 @@ write_autodoc_index() # or your custom ones. extensions = [ 'sphinx.ext.autodoc', @@ -22,7 +22,7 @@ index 9d01807..c89b701 100644 'sphinx.ext.todo', 'sphinxcontrib.autohttp.flask', 'wsmeext.sphinxext', -@@ -151,7 +150,6 @@ extensions = [ +@@ -152,7 +151,6 @@ extensions = [ 'sphinxcontrib.pecanwsme.rest', 'oslo.sphinx', ]