Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
faf29e0b
Unverified
Commit
faf29e0b
authored
Feb 25, 2025
by
Wilson Wu
Committed by
GitHub
Feb 24, 2025
Browse files
Docs: fix doc site copyright to current year (#3741)
parent
b0743ea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/conf.py
docs/conf.py
+2
-1
No files found.
docs/conf.py
View file @
faf29e0b
import
os
import
os
import
sys
import
sys
from
datetime
import
datetime
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
"../.."
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
"../.."
))
...
@@ -9,7 +10,7 @@ with open(version_file, "r") as f:
...
@@ -9,7 +10,7 @@ with open(version_file, "r") as f:
__version__
=
locals
()[
"__version__"
]
__version__
=
locals
()[
"__version__"
]
project
=
"SGLang"
project
=
"SGLang"
copyright
=
"2023-
2024
, SGLang"
copyright
=
f
"2023-
{
datetime
.
now
().
year
}
, SGLang"
author
=
"SGLang Team"
author
=
"SGLang Team"
version
=
__version__
version
=
__version__
...
...
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