Unverified Commit 88edf599 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Docs] Reduce the size of the built docs (#21920)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent ff08e519
...@@ -67,6 +67,13 @@ plugins: ...@@ -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 ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment