mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: Fix highlight line in explicit index documentation (#12887)
## Summary Fix the highlighted line in [Index Documentation](https://docs.astral.sh/uv/concepts/projects/dependencies/#index) (towards the end of the section) - the `explicit = true` line should be highlighted. ## Test Plan Docs.
This commit is contained in:
parent
8665c06225
commit
e178cc1b7a
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ When defining an index, an `explicit` flag can be included to indicate that the
|
|||
be used for packages that explicitly specify it in `tool.uv.sources`. If `explicit` is not set,
|
||||
other packages may be resolved from the index, if not found elsewhere.
|
||||
|
||||
```toml title="pyproject.toml" hl_lines="3"
|
||||
```toml title="pyproject.toml" hl_lines="4"
|
||||
[[tool.uv.index]]
|
||||
name = "pytorch"
|
||||
url = "https://download.pytorch.org/whl/cpu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue