Skip to content

Commit 21e30b1

Browse files
authored
docs: fix "introduced version" for installer.only-binary and make headings consistent (#9894)
1 parent 5f3c754 commit 21e30b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ across all your projects if incorrectly set.
249249

250250
**Environment Variable**: `POETRY_INSTALLER_ONLY_BINARY`
251251

252-
*Introduced in 1.9.0*
252+
*Introduced in 2.0.0*
253253

254254
When set, this configuration allows users to enforce the use of binary distribution format for all, none or
255255
specific packages.
@@ -485,7 +485,7 @@ Set the repository URL for `<name>`.
485485

486486
See [Publishable Repositories]({{< relref "repositories#publishable-repositories" >}}) for more information.
487487

488-
### `http-basic.<name>.[username|password]`:
488+
### `http-basic.<name>.[username|password]`
489489

490490
**Type**: `string`
491491

@@ -495,7 +495,7 @@ Set repository credentials (`username` and `password`) for `<name>`.
495495
See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}})
496496
for more information.
497497

498-
### `pypi-token.<name>`:
498+
### `pypi-token.<name>`
499499

500500
**Type**: `string`
501501

@@ -505,7 +505,7 @@ Set repository credentials (using an API token) for `<name>`.
505505
See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}})
506506
for more information.
507507

508-
### `certificates.<name>.cert`:
508+
### `certificates.<name>.cert`
509509

510510
**Type**: `string | boolean`
511511

@@ -518,7 +518,7 @@ for more information.
518518
This configuration can be set to `false`, if TLS certificate verification should be skipped for this
519519
repository.
520520

521-
### `certificates.<name>.client-cert`:
521+
### `certificates.<name>.client-cert`
522522

523523
**Type**: `string`
524524

@@ -528,7 +528,7 @@ Set client certificate for repository `<name>`.
528528
See [Repositories - Configuring credentials - Custom certificate authority]({{< relref "repositories#custom-certificate-authority-and-mutual-tls-authentication" >}})
529529
for more information.
530530

531-
### `keyring.enabled`:
531+
### `keyring.enabled`
532532

533533
**Type**: `boolean`
534534

0 commit comments

Comments
 (0)