Skip to content

Commit 5e3c93c

Browse files
committed
pymarkdown lint re-enable md046 (code-block-style)
Signed-off-by: Christian Kadner <[email protected]>
1 parent 941daaa commit 5e3c93c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/getting_started/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ or you can install from source by cloning the [vllm-Spyre](https://github.com/vl
2929

3030
=== "Release (PyPI)"
3131

32+
<!-- pyml disable-next-line code-block-style -->
3233
Note, to avoid any dependency resolution errors, we will install PyTorch
3334
separately and tell `uv` to ignore any of it's dependencies while installing
3435
the `vllm-spyre` plugin.
@@ -44,6 +45,7 @@ or you can install from source by cloning the [vllm-Spyre](https://github.com/vl
4445

4546
=== "Source (GitHub)"
4647

48+
<!-- pyml disable-next-line code-block-style -->
4749
First, clone the `vllm-spyre` repo:
4850

4951
```sh

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ markers = [
138138
plugins.md013.enabled = false # line-length
139139
plugins.md033.enabled = false # inline-html
140140
plugins.md041.enabled = false # first-line-h1
141-
plugins.md046.enabled = false # code-block-style
142141
plugins.md024.allow_different_nesting = true # no-duplicate-headers
143142
plugins.md007.enabled = true
144143
plugins.md007.indent = 4

0 commit comments

Comments
 (0)