From 00e2f0e7e513c09a0477ceaa80ce14b750038939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sat, 8 Jun 2024 11:19:38 +0000 Subject: [PATCH] Set today --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index 5ff5554..7f414a2 100644 --- a/source/conf.py +++ b/source/conf.py @@ -58,6 +58,7 @@ # General information about the project. project = "Python GTK+ 3 Tutorial" copyright = "2011-%s, The PyGObject Community" % date.today().year +today = date.today().year locale_dirs = ["../translations/locale"]