Update conf.py

Updated the copyright year for the ePub output/metadata (epub_copyright).
This commit is contained in:
Ben McGinnes
2014-04-14 08:40:20 +10:00
parent 10d03702f5
commit 01ec956389
+1 -1
View File
@@ -231,7 +231,7 @@ man_pages = [
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.