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
This commit is contained in:
Doug Hellmann 2014-08-27 15:29:44 -04:00
parent 68193c6663
commit 8983c64b0d

View File

@ -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)
]