Skip to content

Commit 15b45ff

Browse files
[Doc] Avoid documenting dynamic / internal modules (#18626)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent 273cb3b commit 15b45ff

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)