Skip to content

Commit

Permalink
FIX: modify the build-docs command to be a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Feb 6, 2024
1 parent 85c9b45 commit dfbf8ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

0 comments on commit dfbf8ba

Please sign in to comment.