mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-09 11:02:15 +08:00
Fix copyright year to auto get current year (#13561)
This commit is contained in:
parent
ad5a35c21b
commit
01c184b8f3
@ -12,6 +12,7 @@
|
|||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
|
|
||||||
|
import datetime
|
||||||
import inspect
|
import inspect
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
@ -27,7 +28,7 @@ sys.path.append(os.path.abspath("../.."))
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'vLLM'
|
project = 'vLLM'
|
||||||
copyright = '2024, vLLM Team'
|
copyright = f'{datetime.datetime.now().year}, vLLM Team'
|
||||||
author = 'the vLLM Team'
|
author = 'the vLLM Team'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user