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`