From 8ec3b8821e0356ad1da571218edc482796745fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sat, 8 Jun 2024 11:24:49 +0000 Subject: [PATCH] Revert 'Set today' --- source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 7f414a2..5ff5554 100644 --- a/source/conf.py +++ b/source/conf.py @@ -58,7 +58,6 @@ # 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"]