Skip to content

Commit 08cb344

Browse files
committed
1 parent 65d6d55 commit 08cb344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ endif
66
.PHONY: docs lint test
77

88
docs:
9+
sphinx-build -b html docs docs/build/ -j 1 -W
10+
11+
clean-docs:
912
rm -rf docs/build
1013
rm -rf docs/_autosummary
11-
sphinx-build -b html docs docs/build/ -j auto -W
1214

1315
lint:
1416
$(BIN)python -m pylint pylabrobot

0 commit comments

Comments
 (0)