From 7b0cad47a0a1c738bd55de277b990958b8465b75 Mon Sep 17 00:00:00 2001 From: Felipe Gomes Vieira Ferreira Date: Fri, 29 Sep 2023 16:28:33 +0200 Subject: [PATCH 1/4] Fix POETRY_REPOSITORIES_ variable POETRY_REPOSITORIES__URL --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1a0199428af..4c5a1a0f3eb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -441,7 +441,7 @@ The variables `project_name` and `python_version` are available for formatting. **Type**: `string` -**Environment Variable**: `POETRY_REPOSITORIES_` +**Environment Variable**: `POETRY_REPOSITORIES__URL` Set a new alternative repository. See [Repositories]({{< relref "repositories" >}}) for more information. From 6c7026824e1583b1ad869faec50c096f1402d9ff Mon Sep 17 00:00:00 2001 From: Felipe Gomes Vieira Ferreira Date: Tue, 3 Oct 2023 22:24:56 +0200 Subject: [PATCH 2/4] Better repositories configuration variable description Includes basic auth updates --- docs/configuration.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 4c5a1a0f3eb..8ad726e0020 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -437,19 +437,21 @@ If set to `false`, Python version used during Poetry installation is used. Format string defining the prompt to be displayed when the virtual environment is activated. The variables `project_name` and `python_version` are available for formatting. -### `repositories.` +### `repositories..url` **Type**: `string` **Environment Variable**: `POETRY_REPOSITORIES__URL` -Set a new alternative repository. See [Repositories]({{< relref "repositories" >}}) for more information. +Set a new alternative repository URL for `name` repository -### `http-basic.`: +See [Repositories]({{< relref "repositories" >}}) for more information. -**Type**: `(string, string)` +### `http-basic..[username|password]`: -**Environment Variable**: `POETRY_HTTP_BASIC_` +**Type**: `string` + +**Environment Variables**: `POETRY_HTTP_BASIC__USERNAME`, `POETRY_HTTP_BASIC__PASSWORD` Set repository credentials (`username` and `password`) for ``. See [Repositories - Configuring credentials]({{< relref "repositories#configuring-credentials" >}}) From 00d58e2407fe3c5a19ee0730b33c3cd1d8ac98fd Mon Sep 17 00:00:00 2001 From: Felipe Gomes Vieira Ferreira Date: Tue, 24 Oct 2023 23:29:36 +0200 Subject: [PATCH 3/4] Update docs/configuration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8ad726e0020..6629146a7e0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -443,7 +443,7 @@ The variables `project_name` and `python_version` are available for formatting. **Environment Variable**: `POETRY_REPOSITORIES__URL` -Set a new alternative repository URL for `name` repository +Set the repository URL for ``. See [Repositories]({{< relref "repositories" >}}) for more information. From 7bb092cfffa275fa7617654d0166d1b49c1a1c26 Mon Sep 17 00:00:00 2001 From: Felipe Gomes Vieira Ferreira Date: Tue, 24 Oct 2023 23:30:00 +0200 Subject: [PATCH 4/4] Update docs/configuration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6629146a7e0..384140b4162 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -445,7 +445,7 @@ The variables `project_name` and `python_version` are available for formatting. Set the repository URL for ``. -See [Repositories]({{< relref "repositories" >}}) for more information. +See [Publishable Repositories]({{< relref "repositories#publishable-repositories" >}}) for more information. ### `http-basic..[username|password]`: