.PHONY: build-docs
build-docs:
	@echo "Build Keyword Documentation"
	python -m robot.libdoc DjangoLaunch docs/index.html

