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 0db86e3Copy full SHA for 0db86e3
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