mirror of https://github.com/astral-sh/uv
docs: Update pip compatibility pages to mention configuration files support (#6410)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Docs at https://docs.astral.sh/uv/pip/compatibility/ still say: > the future, uv will also support persistent configuration in its own configuration file format (e.g., pyproject.toml or uv.toml or similar). For more, see [#651](https://github.com/astral-sh/uv/issues/651). I think that's done now (?), so updated these to link to https://docs.astral.sh/uv/configuration/files/ --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
fc9fdd2dbb
commit
3c7b169bf2
|
|
@ -34,9 +34,9 @@ drawbacks:
|
||||||
behavior, and many users may _not_ expect uv to read configuration files intended for other
|
behavior, and many users may _not_ expect uv to read configuration files intended for other
|
||||||
tools.
|
tools.
|
||||||
|
|
||||||
Instead, uv supports its own environment variables, like `UV_INDEX_URL`. In the future, uv will also
|
Instead, uv supports its own environment variables, like `UV_INDEX_URL`. uv also supports persistent
|
||||||
support persistent configuration in its own configuration file format (e.g., `pyproject.toml` or
|
configuration in a `uv.toml` file or a `[tool.uv.pip]` section of `pyproject.toml`. For more
|
||||||
`uv.toml` or similar). For more, see [#651](https://github.com/astral-sh/uv/issues/651).
|
information, see [Configuration files](../configuration/files.md).
|
||||||
|
|
||||||
## Pre-release compatibility
|
## Pre-release compatibility
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue