We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/reference
1 parent 8647a94 commit 1816772Copy full SHA for 1816772
Makefile
@@ -52,7 +52,7 @@ check-changelog-entry:
52
poetry run python scripts/check_version_in_changelog.py
53
54
build-api-reference:
55
- cd website && ./build_api_reference.sh
+ cd website && poetry run ./build_api_reference.sh
56
57
run-doc: build-api-reference
58
cd website && npm clean-install && npm run start
0 commit comments