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: