Skip to content

Commit 916a34c

Browse files
committed
Fix tox invocation in the doc make target
1 parent 8fdddfd commit 916a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ lib-release: lib-package
120120
twine upload dist/*
121121

122122
lib-doc:
123-
python -m tox -e lint && \
123+
python -m tox -e build-docs && \
124124
$(OPEN) .tox/build-docs/docs_out/index.html
125125

126126
lib-coverage:

0 commit comments

Comments
 (0)