From dfbf8baf9103ac404c04bfae047b10b1dc1c584d Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:17:26 +0000 Subject: [PATCH] FIX: modify the build-docs command to be a single line --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e466b6dcb..6c9690614 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,5 @@ pylint: -pylint rocketpy tests --output=.pylint-report.txt build-docs: - cd docs - python3 -m pip install -r requirements.txt - make html + cd docs && python3 -m pip install -r requirements.txt && make html cd .. \ No newline at end of file