diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 11:36:33 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-05 17:15:33 +0100 |
commit | f424ff12f6bdb7ef87f3982b7eb058716050457b (patch) | |
tree | 3d0ca357d066cd757bb46b8ff8a10afbf2f0d163 | |
parent | 5da3abf280d41e145da4e52b95836359f380875a (diff) |
Add build_sphinx section in setup.cfg
Change-Id: Ieac48a1a213bc5cd62a42dab1c74c80761e82fd1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |