Skip to content

Documentation for POETRY_REPOSITORIES_<NAME> missing _URL suffix #8491

@SamambaMan

Description

@SamambaMan

Hello!

The documentation is not precise on how to configure repositories via variables.
In the docs on

**Environment Variable**: `POETRY_REPOSITORIES_<NAME>`
the variable should be configured as POETRY_REPOSITORIES_<NAME> but in the code on
pattern = re.compile(r"POETRY_REPOSITORIES_(?P<name>[A-Z_]+)_URL")
expects a pattern like:
pattern = re.compile(r"POETRY_REPOSITORIES_(?P<name>[A-Z_]+)_URL")
With _URL suffix.
So configuring as documented won't work.

Thanks and keep up the good work

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docsDocumentation issues/improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions