From c21ab6b1344294278a321636c40c8579a1aefee7 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 16 Mar 2018 10:23:26 +0000 Subject: Follow the new PTI for document build The Project Testing Interface [1] asks that we list requirements in 'doc/requirements.txt' and build docs by calling 'sphinx-build' directly instead of via the 'build_sphinx' setuptool/distutils wrapper. Start doing this. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: If9342c8ea757b1735f2488db751008984fb33baf --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 18db9a4f75..f5dc7b2b22 100644 --- a/setup.cfg +++ b/setup.cfg @@ -92,13 +92,6 @@ nova.scheduler.driver = chance_scheduler = nova.scheduler.chance:ChanceScheduler fake_scheduler = nova.tests.unit.scheduler.fakes:FakeScheduler -[build_sphinx] -builder = html man -all-files = 1 -build-dir = doc/build -source-dir = doc/source -warning-is-error = 1 - [egg_info] tag_build = tag_date = 0 -- cgit v1.2.1