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