Unverified Commit faf29e0b authored by Wilson Wu's avatar Wilson Wu Committed by GitHub
Browse files

Docs: fix doc site copyright to current year (#3741)

parent b0743ea0
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__
......
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