From 78b4f4e19bb60b89c5ed00a2d81b1bbfee27c3e2 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Sat, 30 Oct 2021 15:30:38 -0400 Subject: tests: update python packages - Also fix docs requirements and venv cleanup required for docker executor building Type: test Change-Id: I839423224d95c45af42f459217887f4201cbb11a Signed-off-by: Dave Wallace --- docs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index ca4a3acdb9c..c37b9ae8a94 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,9 +21,6 @@ PIP_TOOLS_VERSION ?= $(shell grep 'PIP_TOOLS_VERSION=' ${WS_ROOT}/test/Makefile PYTHON ?= "python3" -DOC_DEB_DEPENDS = enchant -DOC_RPM_DEPENDS = enchant - # You can set these variables from the command line. SPHINXOPTS = --keep-going -n -W SPHINXBUILD = sphinx-build @@ -94,7 +91,7 @@ docs: clean venv ${BUILDDIR_SRC} .PHONY: clean clean: - @rm -rf $(BUILDDIR) + @rm -rf $(BUILDDIR) ${VENV_DIR} @make -C ${SCRIPTS_DIR} clean .PHONY: build -- cgit