Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
01c184b8
Unverified
Commit
01c184b8
authored
Feb 20, 2025
by
Wilson Wu
Committed by
GitHub
Feb 19, 2025
Browse files
Fix copyright year to auto get current year (#13561)
parent
ad5a35c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/source/conf.py
docs/source/conf.py
+2
-1
No files found.
docs/source/conf.py
View file @
01c184b8
...
...
@@ -12,6 +12,7 @@
# 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.
import
datetime
import
inspect
import
logging
import
os
...
...
@@ -27,7 +28,7 @@ sys.path.append(os.path.abspath("../.."))
# -- Project information -----------------------------------------------------
project
=
'vLLM'
copyright
=
'2024
, vLLM Team'
copyright
=
f
'
{
datetime
.
datetime
.
now
().
year
}
, vLLM Team'
author
=
'the vLLM Team'
# -- General configuration ---------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment