From 194dd45e9479501afb25acd813c44a64a819b6f4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:48:08 +0000 Subject: [PATCH] Auto generate docs and examples --- docs/supported-languages/python.md | 59 ++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/docs/supported-languages/python.md b/docs/supported-languages/python.md index 7e161feb2..88940c54b 100644 --- a/docs/supported-languages/python.md +++ b/docs/supported-languages/python.md @@ -415,6 +415,65 @@ package +## languages\.python\.uv\.sync\.enable + + + +Whether to enable uv sync during devenv initialisation\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +*Example:* +` true ` + + + +## languages\.python\.uv\.sync\.allExtras + + + +Whether to install all extras\. See ` --all-extras `\. + + + +*Type:* +boolean + + + +*Default:* +` false ` + + + +## languages\.python\.uv\.sync\.extras + + + +Which extras to install\. See ` --extra `\. + + + +*Type:* +list of string + + + +*Default:* +` [ ] ` + + + ## languages\.python\.venv\.enable