Skip to content

Commit

Permalink
Fix code block title in Gitlab integration docs (#7861)
Browse files Browse the repository at this point in the history
![image](https://github.com/user-attachments/assets/64b8d1cc-6dd7-4cd0-9e4a-aee992ec87fc)

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 🤔
  • Loading branch information
Viicos authored Oct 2, 2024
1 parent 9026541 commit 30e11c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/integration/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30e11c6

Please sign in to comment.