Skip to content

Commit

Permalink
Use -C in makefile instead of cd
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jul 15, 2024
1 parent 970300e commit 2cbfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
pytest

doc:
cd docs && $(MAKE) html SPHINXOPTS="-W --keep-going -n --color"
$(MAKE) -C docs html SPHINXOPTS="-W --keep-going -n --color"
@echo "------------------------------------------------"
@echo "Documentation is in: docs/_build/html/index.html"

Expand Down

0 comments on commit 2cbfb48

Please sign in to comment.