mirror of https://github.com/astral-sh/uv
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
|
|
@ -5,7 +5,7 @@
|
||||||
Astral provides [Docker images](docker.md#available-images) with uv preinstalled.
|
Astral provides [Docker images](docker.md#available-images) with uv preinstalled.
|
||||||
Select a variant that is suitable for your workflow.
|
Select a variant that is suitable for your workflow.
|
||||||
|
|
||||||
```yaml title="gitlab-ci.yml
|
```yaml title="gitlab-ci.yml"
|
||||||
variables:
|
variables:
|
||||||
UV_VERSION: 0.4
|
UV_VERSION: 0.4
|
||||||
PYTHON_VERSION: 3.12
|
PYTHON_VERSION: 3.12
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue