disable the manpage builder by explicitly listing only html

pbr builds both html and man by default, so override that with only html
to avoid unneeded step of building man pages.

Change-Id: I2a10437b2aa7ecdb779441d611d0a9993e8465f4
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-12-14 13:56:57 -05:00
parent b558809c18
commit b3b992e52c

View File

@ -42,6 +42,7 @@ sphinxext =
source-dir = doc/source
build-dir = doc/build
all_files = 1
builders = html
[upload_sphinx]
upload-dir = doc/build/html