Skip to content

Commit c594cbf

Browse files
authored
[doc] small fix - mkdocs (vllm-project#18996)
Signed-off-by: reidliu41 <[email protected]> Co-authored-by: reidliu41 <[email protected]>
1 parent a35ca76 commit c594cbf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/contributing/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ Install MkDocs along with the [plugins](https://github.com/vllm-project/vllm/blo
4343
pip install -r requirements/docs.txt
4444
```
4545

46-
> **Note:** Ensure that your Python version is compatible with the plugins (e.g., mkdocs-awesome-nav requires Python 3.10+)
46+
!!! note
47+
Ensure that your Python version is compatible with the plugins (e.g., `mkdocs-awesome-nav` requires Python 3.10+)
4748

4849
#### Verify Installation
4950

50-
Confirm that MkDocs is correctly installed::
51+
Confirm that MkDocs is correctly installed:
5152

5253
```bash
5354
mkdocs --version

0 commit comments

Comments
 (0)