From bfb5d27f6b7b257008bbd4f4df6e910a8d0bc11c Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:39:43 +0300 Subject: [PATCH] Update conf.py --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f70accd7..11268e6f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,11 +18,12 @@ # -- Project information ----------------------------------------------------- import os import sys +import time import gymnasium_robotics project = "Gymnasium-Robotics" -copyright = "2023 Farama Foundation" +copyright = f"{time.localtime().tm_year} Farama Foundation" author = "Farama Foundation" # The full version, including alpha/beta/rc tags