From afb4d3ae90b60d656e7ad3eac92957333e3a6347 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 12 Aug 2020 14:11:25 +0000 Subject: docs: fix vpp-make-test-docs-merge-1908 doc upload Type: fix Signed-off-by: Dave Wallace Change-Id: I77929b7067b11015e66ee3e24f63a377b1f788e2 --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index e4ba2e82a1f..dcab5ba13e0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -235,6 +235,7 @@ doc: verify-test-dir $(PIP_PATCH_DONE) @virtualenv $(VENV_PATH) -p python3 @bash -c "source $(VENV_PATH)/bin/activate && python3 -m pip install 'sphinx<3.0.0' sphinx-rtd-theme" @bash -c "source $(VENV_PATH)/bin/activate && make -C doc WS_ROOT=$(WS_ROOT) BR=$(BR) html" + @bash -c "mkdir -p $(BR)/build-test/doc && ln -s $(TEST_DIR)/doc/build/html $(BR)/build-test/doc/html" .PHONY: wipe-doc -- cgit 1.2.3-korg