Skip to content

Commit

Permalink
Fix mkdocs call
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Nov 17, 2023
1 parent e724aac commit 0928d99
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 @@ -120,7 +120,7 @@ docs-venv: .PHONY
$(PYTHON) -m venv ./venv

docs-build: docs-venv
(. venv/bin/activate && $(PYTHON) mkdocs build)
(. venv/bin/activate && $(PYTHON) -m mkdocs build)

docs-deps: docs-venv
(. venv/bin/activate && $(PIP) install -r requirements.txt)
Expand Down

0 comments on commit 0928d99

Please sign in to comment.