mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix code block title in Gitlab integration docs (#7861)
 A bit sad that mkdocs/mkdocs-material doesn't error on these kind of issues. I'm wondering if a linter tool, similar to [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint) exists for mkdocs 🤔
This commit is contained in:
parent
90265419b7
commit
30e11c6deb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Astral provides [Docker images](docker.md#available-images) with uv preinstalled.
|
||||
Select a variant that is suitable for your workflow.
|
||||
|
||||
```yaml title="gitlab-ci.yml
|
||||
```yaml title="gitlab-ci.yml"
|
||||
variables:
|
||||
UV_VERSION: 0.4
|
||||
PYTHON_VERSION: 3.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue