Skip to content

Commit 0928d99

Browse files
committed
Fix mkdocs call
1 parent e724aac commit 0928d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ docs-venv: .PHONY
120120
$(PYTHON) -m venv ./venv
121121

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

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

0 commit comments

Comments
 (0)