From e28e470a0f8dd293924d80eb0f54e559ff02339c Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:03:55 -0500 Subject: [PATCH] MNT: fix typo biuld to build Co-authored-by: Pedro Henrique Marinho Bressan <87212571+phmbressan@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a40f33cb..e466b6dcb 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ black: pylint: -pylint rocketpy tests --output=.pylint-report.txt -biuld-docs: +build-docs: cd docs python3 -m pip install -r requirements.txt make html