Skip to content

Commit e66ae8a

Browse files
DarkLight1337Yuqi Zhang
authored andcommitted
[Doc] Avoid documenting dynamic / internal modules (vllm-project#18626)
Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: Yuqi Zhang <[email protected]>
1 parent 92e6054 commit e66ae8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkdocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ plugins:
6060
- api-autonav:
6161
modules: ["vllm"]
6262
api_root_uri: "api"
63+
exclude:
64+
- "re:vllm\\._.*" # Internal modules
65+
- "vllm.third_party"
66+
- "vllm.vllm_flash_attn"
6367
- mkdocstrings:
6468
handlers:
6569
python:

0 commit comments

Comments
 (0)