Skip to content

Commit 349e0e3

Browse files
authored
[Docs] Fix API Reference (#25140)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 81b16a2 commit 349e0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ plugins:
7979
- "re:vllm\\._.*" # Internal modules
8080
- "vllm.third_party"
8181
- "vllm.vllm_flash_attn"
82-
- !ENV [API_AUTONAV_EXCLUDE, ""]
82+
- !ENV [API_AUTONAV_EXCLUDE, "re:^$"] # Match nothing by default
8383
- mkdocstrings:
8484
handlers:
8585
python:

0 commit comments

Comments
 (0)