Skip to content

Commit 025bd9b

Browse files
committed
doc(configuration): a-z sort options
1 parent 084e3a3 commit 025bd9b

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

docs/configuration.md

+28-29
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ Poetry uses `dulwich` by default for git related tasks to not rely on the availa
171171

172172
If you encounter any problems with it, set to `true` to use the system git backend.
173173

174-
### `installer.parallel`
175-
176-
**Type**: `boolean`
177-
178-
**Default**: `true`
179-
180-
*Introduced in 1.1.4*
181-
182-
Use parallel execution when using the new (`>=1.1.0`) installer.
183-
184174
### `installer.max-workers`
185175

186176
**Type**: `int`
@@ -249,6 +239,15 @@ Unless this is required system-wide, if configured globally, you could encounter
249239
across all your projects if incorrectly set.
250240
{{% /warning %}}
251241

242+
### `installer.parallel`
243+
244+
**Type**: `boolean`
245+
246+
**Default**: `true`
247+
248+
*Introduced in 1.1.4*
249+
250+
Use parallel execution when using the new (`>=1.1.0`) installer.
252251

253252
### `virtualenvs.create`
254253

@@ -276,25 +275,6 @@ If set to `true`, the virtualenv will be created and expected in a folder named
276275

277276
If set to `false`, `poetry` will ignore any existing `.venv` directory.
278277

279-
### `virtualenvs.path`
280-
281-
**Type**: `string`
282-
283-
**Default**: `{cache-dir}/virtualenvs`
284-
285-
Directory where virtual environments will be created.
286-
287-
### `virtualenvs.prompt`
288-
289-
**Type**: `string`
290-
291-
**Default**: `{project_name}-py{python_version}`
292-
293-
*Introduced in 1.2.0*
294-
295-
Format string defining the prompt to be displayed when the virtual environment is activated.
296-
The variables `project_name` and `python_version` are available for formatting.
297-
298278
### `virtualenvs.options.always-copy`
299279

300280
**Type**: `boolean`
@@ -352,6 +332,14 @@ available within a virtual environment. This can cause some features in these to
352332
Give the virtual environment access to the system site-packages directory.
353333
Applies on virtualenv creation.
354334

335+
### `virtualenvs.path`
336+
337+
**Type**: `string`
338+
339+
**Default**: `{cache-dir}/virtualenvs`
340+
341+
Directory where virtual environments will be created.
342+
355343
### `virtualenvs.prefer-active-python` (experimental)
356344

357345
**Type**: `boolean`
@@ -363,6 +351,17 @@ Applies on virtualenv creation.
363351
Use currently activated Python version to create a new virtual environment.
364352
If set to `false`, Python version used during Poetry installation is used.
365353

354+
### `virtualenvs.prompt`
355+
356+
**Type**: `string`
357+
358+
**Default**: `{project_name}-py{python_version}`
359+
360+
*Introduced in 1.2.0*
361+
362+
Format string defining the prompt to be displayed when the virtual environment is activated.
363+
The variables `project_name` and `python_version` are available for formatting.
364+
366365
### `repositories.<name>`
367366

368367
**Type**: `string`

0 commit comments

Comments
 (0)