From 44d573cd71d1d2ea768ceaa23eba7b997688746a Mon Sep 17 00:00:00 2001 From: Nguyen Hai Date: Tue, 27 Mar 2018 13:38:12 +0900 Subject: [PATCH] Follow the new PTI for document build [Updated] This project already followed the new PTI https://review.openstack.org/#/c/530328/ However, we also should remove [build_sphinx] section as described in: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I58f0d1ab22494b72db1a470f1cc25692b4dde889 --- setup.cfg | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index ba78b3221..51d6c8344 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,16 +25,6 @@ classifier = packages = tripleoclient -[build_sphinx] -builders = html,man -all-files = 1 -warning-is-error = 1 -source-dir = doc/source -build-dir = doc/build - -[upload_sphinx] -upload-dir = doc/build/html - [wheel] universal = 1