[Doc] Avoid documenting dynamic / internal modules (#18626)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-05-24 00:58:02 +08:00
committed by GitHub
parent 273cb3b4d9
commit 15b45ffb9a

View File

@@ -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: