aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:07:38 -0400
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-17 13:40:09 +0200
commit49a9ccba71132dda6dd90938928e761d3ef077f2 (patch)
tree1a87566aa6a050fd5f48379dea5d6408bec13d09 /setup.cfg
parenteb4ea1b039d4141c488fb0146992b6cbe23fa4d5 (diff)
Fix links to remove references to submodules
It forces one single documentation. Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> (cherry picked from commit a4990a60c9b8e499e698fab28f9368816e50c6f7)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b311ce895..954dcaa9a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,7 +47,7 @@ xtesting.testcase =
[build_sphinx]
all_files = 1
-build-dir = api/_build/
+build-dir = api/build/
source-dir = api
[wheel]