We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace2ea commit 1395dd9Copy full SHA for 1395dd9
.readthedocs.yaml
@@ -7,6 +7,9 @@ build:
7
os: ubuntu-22.04
8
tools:
9
python: "3.12"
10
+ jobs:
11
+ post_checkout:
12
+ - git fetch --unshallow || true
13
14
mkdocs:
15
configuration: mkdocs.yaml
mkdocs.yaml
@@ -62,6 +62,11 @@ plugins:
62
- autorefs
63
- awesome-nav
64
- glightbox
65
+ - git-revision-date-localized:
66
+ # exclude autogenerated files
67
+ exclude:
68
+ - argparse/*
69
+ - examples/*
70
# For API reference generation
71
- api-autonav:
72
modules: ["vllm"]
requirements/docs.txt
@@ -5,6 +5,7 @@ mkdocstrings-python
5
mkdocs-gen-files
6
mkdocs-awesome-nav
mkdocs-glightbox
+mkdocs-git-revision-date-localized-plugin
python-markdown-math
regex
ruff
0 commit comments