From fa821c8250c96f0a99e89ea14b13fe87c06dad4f Mon Sep 17 00:00:00 2001 From: Hardik Parekh Date: Tue, 20 Sep 2016 12:12:34 +0530 Subject: [PATCH] Added sphinix config to setup.cfg This patch will only fix the broken gate. Change-Id: I578ae323ca1b9c13d2132a09401e08812df97a53 --- setup.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.cfg b/setup.cfg index e0f00f9b..f1940452 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,14 @@ home-page = http://docs.openstack.org/developer/mistral/guides/mistralclient_gui packages = mistralclient +[build_sphinx] +source-dir = doc/source +build-dir = doc/build +all_files = 1 + +[upload_sphinx] +upload-dir = doc/build/html + [entry_points] console_scripts = mistral = mistralclient.shell:main