From 8983c64b0d38786d8166b30f6e73a7c4cd74d71f Mon Sep 17 00:00:00 2001
From: Doug Hellmann <doug@doughellmann.com>
Date: Wed, 27 Aug 2014 15:29:44 -0400
Subject: [PATCH] Turn off manpage building

This repository doesn't need manual pages built, and the build fails
because of what appears to be a bug in docutils 0.12. Turn off manual
page building to avoid errors in the doc publishing job.

Change-Id: Icce0b3ac7e6dbe106b647ef37a317508e667bfd6
---
 doc/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 305c56c0b7..6d9d39e976 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -229,6 +229,6 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'openstackinfra', u'OpenStack Infrastructure Documentation',
-     [u'OpenStack Infrastructure Team'], 1)
+    # ('index', 'openstackinfra', u'OpenStack Infrastructure Documentation',
+    #  [u'OpenStack Infrastructure Team'], 1)
 ]