From 2a6d5660decc21c88c7c169e0cd0bbbc5defe6eb Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Mon, 2 Dec 2024 17:10:25 -0800 Subject: [PATCH] Autoupdate copyright --- sphinx_docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sphinx_docs/conf.py b/sphinx_docs/conf.py index c9db0e27..fd94dfa8 100644 --- a/sphinx_docs/conf.py +++ b/sphinx_docs/conf.py @@ -9,6 +9,7 @@ import os import sys +from datetime import datetime import toml @@ -26,7 +27,7 @@ def get_version_name() -> str: project = "Groundlight Python SDK" -copyright = "2023, Groundlight AI " +copyright = f"{datetime.now().year}, Groundlight AI " author = "Groundlight AI " version = get_version_name() release = version