From 916a34c8cdb8decacb126ff4a8c15f158be4315e Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 22 Nov 2021 03:11:35 +0100 Subject: [PATCH] Fix tox invocation in the doc make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4532c00ed8..f04ce9e26f 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ lib-release: lib-package twine upload dist/* lib-doc: - python -m tox -e lint && \ + python -m tox -e build-docs && \ $(OPEN) .tox/build-docs/docs_out/index.html lib-coverage: