Unverified Commit 15b45ffb authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

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


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 273cb3b4
...@@ -60,6 +60,10 @@ plugins: ...@@ -60,6 +60,10 @@ plugins:
- api-autonav: - api-autonav:
modules: ["vllm"] modules: ["vllm"]
api_root_uri: "api" api_root_uri: "api"
exclude:
- "re:vllm\\._.*" # Internal modules
- "vllm.third_party"
- "vllm.vllm_flash_attn"
- mkdocstrings: - mkdocstrings:
handlers: handlers:
python: python:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment