mirror of
https://github.com/vllm-project/vllm.git
synced 2025-11-19 01:04:47 +08:00
[Docs] Add revision date to rendered docs (#21752)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
@ -7,6 +7,9 @@ build:
|
|||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
|
jobs:
|
||||||
|
post_checkout:
|
||||||
|
- git fetch --unshallow || true
|
||||||
|
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yaml
|
configuration: mkdocs.yaml
|
||||||
|
|||||||
@ -62,6 +62,11 @@ plugins:
|
|||||||
- autorefs
|
- autorefs
|
||||||
- awesome-nav
|
- awesome-nav
|
||||||
- glightbox
|
- glightbox
|
||||||
|
- git-revision-date-localized:
|
||||||
|
# exclude autogenerated files
|
||||||
|
exclude:
|
||||||
|
- argparse/*
|
||||||
|
- examples/*
|
||||||
# For API reference generation
|
# For API reference generation
|
||||||
- api-autonav:
|
- api-autonav:
|
||||||
modules: ["vllm"]
|
modules: ["vllm"]
|
||||||
|
|||||||
@ -5,6 +5,7 @@ mkdocstrings-python
|
|||||||
mkdocs-gen-files
|
mkdocs-gen-files
|
||||||
mkdocs-awesome-nav
|
mkdocs-awesome-nav
|
||||||
mkdocs-glightbox
|
mkdocs-glightbox
|
||||||
|
mkdocs-git-revision-date-localized-plugin
|
||||||
python-markdown-math
|
python-markdown-math
|
||||||
regex
|
regex
|
||||||
ruff
|
ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user