Skip to content

Commit e178cc1

Browse files
authored
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.
1 parent 8665c06 commit e178cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/projects/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ When defining an index, an `explicit` flag can be included to indicate that the
261261
be used for packages that explicitly specify it in `tool.uv.sources`. If `explicit` is not set,
262262
other packages may be resolved from the index, if not found elsewhere.
263263

264-
```toml title="pyproject.toml" hl_lines="3"
264+
```toml title="pyproject.toml" hl_lines="4"
265265
[[tool.uv.index]]
266266
name = "pytorch"
267267
url = "https://download.pytorch.org/whl/cpu"

0 commit comments

Comments
 (0)