Skip to content

Commit

Permalink
doc: replace python3 with python in Makefile
Browse files Browse the repository at this point in the history
In some setups, documentation won't build if python3 is
used in the "python3 _utils/prepare_sphinx_source.py _source"
command.
This commit replaces python3 with python to make it work.
  • Loading branch information
annastuchlik committed Aug 2, 2023
1 parent 40aaee6 commit 139432c
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 139432c

Please sign in to comment.