From 15b45ffb9accfbc160217d51232669ab6c3461be Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Sat, 24 May 2025 00:58:02 +0800 Subject: [PATCH] [Doc] Avoid documenting dynamic / internal modules (#18626) Signed-off-by: DarkLight1337 --- mkdocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yaml b/mkdocs.yaml index b33998bb40849..52de643f5e2bc 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -60,6 +60,10 @@ plugins: - api-autonav: modules: ["vllm"] api_root_uri: "api" + exclude: + - "re:vllm\\._.*" # Internal modules + - "vllm.third_party" + - "vllm.vllm_flash_attn" - mkdocstrings: handlers: python: