aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-10-30 15:30:38 -0400
committerDamjan Marion <dmarion@me.com>2021-11-02 22:32:18 +0000
commit78b4f4e19bb60b89c5ed00a2d81b1bbfee27c3e2 (patch)
tree8269429f50cccf8c8303ba939b9206c329dc2af4 /docs
parent543a0fd32b0481f23c7328ac7ec5fc38e60fd19e (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile5
1 files changed, 1 insertions, 4 deletions
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