Skip to content

Commit

Permalink
Fix tox invocation in the doc make target (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Singh <[email protected]>
  • Loading branch information
webknjaz and abhinavsingh authored Nov 22, 2021
1 parent 1a3331e commit 4d3b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d3b2c5

Please sign in to comment.