Description: hardcode copyright year into docs to support reproducible
 builds. datetime.now() actually isn't always the release year.
Author: Daniel Stender <stender@debian.org>
Forwarded: not-needed

--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -63,7 +63,7 @@
 
 # General information about the project.
 project = u"Pybtex User’s Guide"
-copyright = u'{}, Andrey Golovizin'.format(datetime.now().year)
+copyright = u'2015, Andrey Golovizin'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
