Don't build manpages

Building the manpages is a (small) waste of resources as we don't have any.
Set sphinx to only build html artefacts.

Change-Id: I390715abbe9467d62cff58391214aa67ab3f28e8
This commit is contained in:
Tony Breeds 2017-01-05 12:54:50 +11:00
parent 10d369efaa
commit fc8def9a6f

View File

@ -33,6 +33,7 @@ console_scripts =
all_files = 1
build-dir = doc/build
source-dir = doc/source
builders = html
[pbr]
warnerrors = True