From 3287fef6ea6d36fd0f1bfde3fb520e5c56eac5c5 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Sat, 9 Jan 2021 15:16:43 +0000 Subject: [PATCH] Automatically update epub copyright year. This maintains consistency with the online documentation. --- mps/manual/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/manual/source/conf.py b/mps/manual/source/conf.py index 28c757e0ac5..57c4b1d64cc 100644 --- a/mps/manual/source/conf.py +++ b/mps/manual/source/conf.py @@ -259,7 +259,7 @@ texinfo_documents = [ epub_title = u'Memory Pool System' epub_author = u'Ravenbrook Limited' epub_publisher = u'Ravenbrook Limited' -epub_copyright = u'2012, Ravenbrook Limited' +epub_copyright = date.today().strftime(u'%Y, Ravenbrook Limited') # The language of the text. It defaults to the language option # or en if the language is not set.