Skip to content

Commit 0f2778c

Browse files
hmellordebroy-rh
authored andcommitted
[Docs] Fix API Reference (vllm-project#25140)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 32f743a commit 0f2778c

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)