Unverified Commit 1395dd9c authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Docs] Add revision date to rendered docs (#21752)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 9ace2eaf
......@@ -7,6 +7,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_checkout:
- git fetch --unshallow || true
mkdocs:
configuration: mkdocs.yaml
......
......@@ -62,6 +62,11 @@ plugins:
- autorefs
- awesome-nav
- glightbox
- git-revision-date-localized:
# exclude autogenerated files
exclude:
- argparse/*
- examples/*
# For API reference generation
- api-autonav:
modules: ["vllm"]
......
......@@ -5,6 +5,7 @@ mkdocstrings-python
mkdocs-gen-files
mkdocs-awesome-nav
mkdocs-glightbox
mkdocs-git-revision-date-localized-plugin
python-markdown-math
regex
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