From 4d3b2c5e4267b8363aa0e2e756daa70bd2b4d29a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 22 Nov 2021 05:29:54 +0100 Subject: [PATCH] Fix tox invocation in the doc make target (#772) Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4532c00e..f04ce9e2 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: