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.