From 01ec9563894351806f468920b3eb481e546fd135 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Mon, 14 Apr 2014 08:40:20 +1000 Subject: [PATCH] Update conf.py Updated the copyright year for the ePub output/metadata (epub_copyright). --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 92534d93d..eba809892 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -231,7 +231,7 @@ epub_title = u'pythonguide' epub_author = u'Kenneth Reitz' epub_publisher = u'Kenneth Reitz' -epub_copyright = u'2010, Kenneth Reitz' +epub_copyright = u'2014, Kenneth Reitz' # The language of the text. It defaults to the language option # or en if the language is not set.