We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f743a commit 0f2778cCopy full SHA for 0f2778c
mkdocs.yaml
@@ -79,7 +79,7 @@ plugins:
79
- "re:vllm\\._.*" # Internal modules
80
- "vllm.third_party"
81
- "vllm.vllm_flash_attn"
82
- - !ENV [API_AUTONAV_EXCLUDE, ""]
+ - !ENV [API_AUTONAV_EXCLUDE, "re:^$"] # Match nothing by default
83
- mkdocstrings:
84
handlers:
85
python:
0 commit comments