Update copyright year in docs.

This commit is contained in:
Berker Peksag 2014-02-15 19:22:53 +02:00
parent 2a8a7f3f79
commit 6e0486ba78

View File

@ -11,7 +11,9 @@
# All configuration values have a default; values that are commented out # All configuration values have a default; values that are commented out
# serve to show the default. # serve to show the default.
import sys, os import os
import sys
import time
sys.path.append(os.path.abspath("..")) sys.path.append(os.path.abspath(".."))
import hy import hy
@ -44,7 +46,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'hy' project = u'hy'
copyright = u'2013, Paul Tagliamonte' copyright = u'2013-%s, Paul Tagliamonte' % time.strftime('%Y')
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the