mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 06:15:01 +08:00
[Docs] Reduce the size of the built docs (#21920)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
ff08e51940
commit
88edf5994c
@ -67,6 +67,13 @@ plugins:
|
|||||||
exclude:
|
exclude:
|
||||||
- argparse/*
|
- argparse/*
|
||||||
- examples/*
|
- examples/*
|
||||||
|
- minify:
|
||||||
|
minify_html: true
|
||||||
|
minify_js: true
|
||||||
|
minify_css: true
|
||||||
|
cache_safe: true
|
||||||
|
js_files: [docs/mkdocs/javascript/*.js]
|
||||||
|
css_files: [docs/mkdocs/stylesheets/*.css]
|
||||||
# For API reference generation
|
# For API reference generation
|
||||||
- api-autonav:
|
- api-autonav:
|
||||||
modules: ["vllm"]
|
modules: ["vllm"]
|
||||||
|
|||||||
@ -6,6 +6,7 @@ mkdocs-gen-files
|
|||||||
mkdocs-awesome-nav
|
mkdocs-awesome-nav
|
||||||
mkdocs-glightbox
|
mkdocs-glightbox
|
||||||
mkdocs-git-revision-date-localized-plugin
|
mkdocs-git-revision-date-localized-plugin
|
||||||
|
mkdocs-minify-plugin
|
||||||
python-markdown-math
|
python-markdown-math
|
||||||
regex
|
regex
|
||||||
ruff
|
ruff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user