Skip to content

Commit

Permalink
fix docs gen
Browse files Browse the repository at this point in the history
  • Loading branch information
rickwierenga committed Jan 22, 2024
1 parent a47dbfc commit e21b4f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ endif
.PHONY: docs lint test

docs:
sphinx-build -b html docs docs/build/ -j 1 -W

clean-docs:
rm -rf docs/build
rm -rf docs/_autosummary
sphinx-build -b html docs docs/build/ -j auto -W

lint:
$(BIN)python -m pylint pylabrobot
Expand Down

0 comments on commit e21b4f5

Please sign in to comment.