diff --git a/mkdocs.yaml b/mkdocs.yaml index b33998bb4084..52de643f5e2b 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: