chore(Makefile): run clean_docs before running docs to prevent obsolete warnings

This commit is contained in:
Umut
2021-08-25 18:09:58 +03:00
parent 1fa049d914
commit a7eb2973a6

View File

@@ -130,7 +130,7 @@ docker_build_and_start: docker_build docker_start
docker_bas: docker_build_and_start
.PHONY: docker_bas
docs:
docs: clean_docs
@# Generate the auto summary of documentations
poetry run sphinx-apidoc -o docs/_apidoc hdk