Skip to content

Commit 67a96b8

Browse files
committed
fix: revert makefile build-docs-api
Signed-off-by: heitorlessa <[email protected]>
1 parent cdbb238 commit 67a96b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ build-docs:
3333
@$(MAKE) build-docs-website
3434
@$(MAKE) build-docs-api
3535

36-
build-docs-api:
37-
pip install pdoc3~=0.7.5
38-
pdoc3 --html --output-dir dist/api/ ./aws_lambda_powertools --force
36+
build-docs-api: dev
37+
poetry run pdoc --html --output-dir dist/api/ ./aws_lambda_powertools --force
3938
mv dist/api/aws_lambda_powertools/* dist/api/
4039
rm -rf dist/api/aws_lambda_powertools
4140

0 commit comments

Comments
 (0)