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.
1 parent 6b1d6d2 commit 5ee4f18Copy full SHA for 5ee4f18
Makefile
@@ -60,6 +60,7 @@ build-docs-api:
60
poetry run pdoc --html --output-dir ./api/ ./aws_lambda_powertools --force
61
mv -f ./api/aws_lambda_powertools/* ./api/
62
rm -rf ./api/aws_lambda_powertools
63
+ mkdir ${VERSION} && cp -R api ${VERSION}
64
65
docs-local:
66
poetry run mkdocs serve
0 commit comments