Skip to content

Commit 2c827dc

Browse files
committed
docs: class migration from sphinx to mkdocs (executor)
Signed-off-by: Zerohertz <[email protected]>
1 parent f5c5704 commit 2c827dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/executor/executor_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def collective_rpc(self,
7474
`self` argument, in addition to the arguments passed in `args`
7575
and `kwargs`. The `self` argument will be the worker object.
7676
timeout: Maximum time in seconds to wait for execution. Raises a
77-
{exc}`TimeoutError` on timeout. `None` means wait indefinitely.
77+
[`TimeoutError`][] on timeout. `None` means wait indefinitely.
7878
args: Positional arguments to pass to the worker method.
7979
kwargs: Keyword arguments to pass to the worker method.
8080

0 commit comments

Comments
 (0)