diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-18 12:43:39 -0400 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-15 20:03:26 +0200 |
commit | 1d866c412c5803fed1c8e68a9e763577d3cd83f1 (patch) | |
tree | 8a5150fddcc3d3b6889578cf3b960edf8e1af2cb /setup.cfg | |
parent | 0a2429d7b44ac366a29e88d96ce602d897230fe2 (diff) |
Conform with LFN doc rules
It hugely hacks docs to move away from submodules.
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
It removes intern reports which can't be integrated in this new model.
All wrong links now deteted are updated.
Change-Id: I9dbebeed041d2e104e3b8e73483f656ba0ef5bb9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit 1a22e73c850c450305764c784c86dbc067e65dae)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ xtesting.testcase = [build_sphinx] all_files = 1 -build-dir = api/build/ +build-dir = api/_build/ source-dir = api [wheel] |