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.
poetry run
1 parent f1e6249 commit 7d9c238Copy full SHA for 7d9c238
Makefile
@@ -58,7 +58,7 @@ check-changelog-entry:
58
poetry run python scripts/check_version_in_changelog.py
59
60
build-api-reference:
61
- cd website && ./build_api_reference.sh
+ cd website && poetry run ./build_api_reference.sh
62
63
run-doc: build-api-reference
64
cd website && npm clean-install && npm run start
0 commit comments