Add :markdownhelp: to EngineArgs docs so markdown docstrings render properly (#17124)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-04-24 18:28:45 +01:00
committed by GitHub
parent 47bdee409c
commit 0422ce109f
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Below, you can find an explanation of every engine argument:
:func: _engine_args_parser
:prog: vllm serve
:nodefaultconst:
:markdownhelp:
```
## Async Engine Arguments
@@ -29,4 +30,5 @@ Additional arguments are available to the asynchronous engine which is used for
:func: _async_engine_args_parser
:prog: vllm serve
:nodefaultconst:
:markdownhelp:
```