diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |