Skip to content

Commit

Permalink
Merge pull request #783 from annastuchlik/anna-update-python
Browse files Browse the repository at this point in the history
doc: replace python3 with python in Makefile
  • Loading branch information
wprzytula authored Aug 8, 2023
2 parents 4f34556 + 139432c commit b06913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup:
$(POETRY) install
$(POETRY) update
cp -TLr source $(SOURCEDIR)
python3 _utils/prepare_sphinx_source.py _source
python _utils/prepare_sphinx_source.py _source

# Clean commands
.PHONY: pristine
Expand Down

0 comments on commit b06913d

Please sign in to comment.