mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 09:06:03 +08:00
[Doc] Avoid documenting dynamic / internal modules (#18626)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
273cb3b4d9
commit
15b45ffb9a
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user