Fix tox invocation in the doc make target (#772)

Co-authored-by: Abhinav Singh <126065+abhinavsingh@users.noreply.github.com>
This commit is contained in:
Sviatoslav Sydorenko 2021-11-22 05:29:54 +01:00 committed by GitHub
parent 1a3331e885
commit 4d3b2c5e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: