mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
docs: use python
to highlight requirements and use more content tabs (#6549)
## Summary It appears that using `python` for code blocks containing requirements works quite well.   Also using more content tabs for cases where we need to differentiate macOS/Linux from Windows. ## Test Plan Local run of the documentation.
This commit is contained in:
parent
6a988aca55
commit
fd17f6d902
10 changed files with 69 additions and 48 deletions
|
@ -18,7 +18,7 @@ all members.
|
|||
If a `pyproject.toml` file is found, uv will read configuration from the `[tool.uv.pip]` table. For
|
||||
example, to set a persistent index URL, add the following to a `pyproject.toml`:
|
||||
|
||||
```toml title="project.toml"
|
||||
```toml title="pyproject.toml"
|
||||
[tool.uv.pip]
|
||||
index-url = "https://test.pypi.org/simple"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue