From 21e30b10ccc202e6b3f12b5223bb738da23c84bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Tue, 10 Dec 2024 05:26:56 +0100 Subject: [PATCH] docs: fix "introduced version" for `installer.only-binary` and make headings consistent (#9894) --- docs/configuration.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 68c28efd364..4c72cea72c3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -249,7 +249,7 @@ across all your projects if incorrectly set. **Environment Variable**: `POETRY_INSTALLER_ONLY_BINARY` -*Introduced in 1.9.0* +*Introduced in 2.0.0* When set, this configuration allows users to enforce the use of binary distribution format for all, none or specific packages. @@ -485,7 +485,7 @@ Set the repository URL for ``. See [Publishable Repositories]({{< relref "repositories#publishable-repositories" >}}) for more information. -### `http-basic..[username|password]`: +### `http-basic..[username|password]` **Type**: `string` @@ -495,7 +495,7 @@ Set repository credentials (`username` and `password`) for ``. See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}}) for more information. -### `pypi-token.`: +### `pypi-token.` **Type**: `string` @@ -505,7 +505,7 @@ Set repository credentials (using an API token) for ``. See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}}) for more information. -### `certificates..cert`: +### `certificates..cert` **Type**: `string | boolean` @@ -518,7 +518,7 @@ for more information. This configuration can be set to `false`, if TLS certificate verification should be skipped for this repository. -### `certificates..client-cert`: +### `certificates..client-cert` **Type**: `string` @@ -528,7 +528,7 @@ Set client certificate for repository ``. See [Repositories - Configuring credentials - Custom certificate authority]({{< relref "repositories#custom-certificate-authority-and-mutual-tls-authentication" >}}) for more information. -### `keyring.enabled`: +### `keyring.enabled` **Type**: `boolean`