From a45faf0f47111023c78f70843fe3e9ac912add43 Mon Sep 17 00:00:00 2001 From: liuyamin Date: Fri, 11 May 2018 11:03:53 +0800 Subject: [PATCH] Follow the new PTI for document build This review already follows the new PTI https://review.openstack.org/#/c/528997/ but we also should remove [build_sphinx] section as described in: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I6cf9f2fb59502acb4166faa5c3946dc24eeceee0 --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4c4aedce9..f809d9459 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,13 +36,6 @@ console_scripts = keystoneauth1.plugin = noauth = cinderclient.contrib.noauth:CinderNoAuthLoader -[build_sphinx] -builder = html man -all-files = 1 -warning-is-error = 1 -source-dir = doc/source -build-dir = doc/build - [upload_sphinx] upload-dir = doc/build/html