From f424ff12f6bdb7ef87f3982b7eb058716050457b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 5 Feb 2018 11:36:33 +0100 Subject: Add build_sphinx section in setup.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieac48a1a213bc5cd62a42dab1c74c80761e82fd1 Signed-off-by: Cédric Ollivier --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e52341ec7..47f3feaf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,3 +17,8 @@ console_scripts = run_tests = functest.ci.run_tests:main check_deployment = functest.ci.check_deployment:main functest_restapi = functest.api.server:main + +[build_sphinx] +all_files = 1 +build-dir = api/_build/ +source-dir = api -- cgit 1.2.3-korg