From 3c7b169bf22059eb4203b7ad5ca131bb1d5d3137 Mon Sep 17 00:00:00 2001 From: Wim Jeantine-Glenn Date: Thu, 22 Aug 2024 09:09:46 -0500 Subject: [PATCH] docs: Update pip compatibility pages to mention configuration files support (#6410) ## 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 --- docs/pip/compatibility.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pip/compatibility.md b/docs/pip/compatibility.md index c1d6c1e2f..ecd69e622 100644 --- a/docs/pip/compatibility.md +++ b/docs/pip/compatibility.md @@ -34,9 +34,9 @@ drawbacks: behavior, and many users may _not_ expect uv to read configuration files intended for other tools. -Instead, uv supports its own environment variables, like `UV_INDEX_URL`. In 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). +Instead, uv supports its own environment variables, like `UV_INDEX_URL`. uv also supports persistent +configuration in a `uv.toml` file or a `[tool.uv.pip]` section of `pyproject.toml`. For more +information, see [Configuration files](../configuration/files.md). ## Pre-release compatibility