Skip to content

Commit

Permalink
docs: support mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Feb 2, 2024
1 parent f45887e commit 0ff38d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ setupenv:
setup:
$(POETRY) install
$(POETRY) update
cp -TLr source $(SOURCEDIR)
@if [ ! -d "$(SOURCEDIR)" ]; then mkdir -p "$(SOURCEDIR)"; fi
cp -RL source/* $(SOURCEDIR)
python _utils/prepare_sphinx_source.py _source

# Clean commands
Expand Down

0 comments on commit 0ff38d1

Please sign in to comment.