[Python-modules-commits] [python-releases] 12/14: Remove calculated date from docs/conf.py to support reproducible builds
Jan Dittberner
jandd at moszumanska.debian.org
Sat Jan 30 19:14:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-releases.
commit b0a4c7c816eb3338112b999e203db3fcbd611e8f
Author: Jan Dittberner <jandd at debian.org>
Date: Sat Jan 30 19:58:55 2016 +0100
Remove calculated date from docs/conf.py to support reproducible builds
---
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 6b6ff31..6964763 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,3 @@
-from datetime import datetime
import os
import sys
@@ -11,7 +10,7 @@ source_suffix = '.rst'
master_doc = 'index'
project = u'Releases'
-year = datetime.now().year
+year = 2015
copyright = u'%d Jeff Forcier' % year
# Ensure project directory is on PYTHONPATH for version, autodoc access
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-releases.git
More information about the Python-modules-commits
mailing list