Skip to content

Commit 1816772

Browse files
authored
docs: fix /reference docs build (#264)
1 parent 8647a94 commit 1816772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ check-changelog-entry:
5252
poetry run python scripts/check_version_in_changelog.py
5353

5454
build-api-reference:
55-
cd website && ./build_api_reference.sh
55+
cd website && poetry run ./build_api_reference.sh
5656

5757
run-doc: build-api-reference
5858
cd website && npm clean-install && npm run start

0 commit comments

Comments
 (0)