Skip to content

Commit

Permalink
Merge pull request #927 from dgarcia360/docs-mac-support
Browse files Browse the repository at this point in the history
docs: support for Mac
  • Loading branch information
Lorak-mmk committed Jun 26, 2024
2 parents c8db77b + 6f11d33 commit f68197d
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)
mkdir -p $(SOURCEDIR)
cp -RL source/* $(SOURCEDIR)
python _utils/prepare_sphinx_source.py _source

# Clean commands
Expand Down

0 comments on commit f68197d

Please sign in to comment.