Skip to content

Commit 64f35c5

Browse files
committed
adjusmtent
1 parent 2fd4a07 commit 64f35c5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

scripts/generate-sdk/languages/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ generate_python_sdk() {
105105
--git-host ${GIT_HOST} \
106106
--git-user-id ${GIT_USER_ID} \
107107
--git-repo-id ${GIT_REPO_ID} \
108-
--global-property apis,models,modelTests=false,modelDocs=false,apiDocs=false,apiTests=false,supportingFiles \
108+
--global-property apis,models,modelTests=false,modelDocs=true,apiDocs=true,apiTests=false,supportingFiles \
109109
--additional-properties=pythonPackageName="stackit-${service},removeEnumValuePrefix=false" >/dev/null
110110

111111
# Remove unnecessary files

templates/python/README.mustache

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ import {{{packageName}}}
2828

2929
Please follow the [installation procedure](#installation-and-usage) and then run the following:
3030

31-
{{> common_README }}
32-
33-
34-
31+
{{> common_README }}

0 commit comments

Comments
 (0)