summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bf6ae64..fc94797 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,10 +23,7 @@ dist_info_cmd = [sys.executable, setup_script] + fields
output_bytes = subprocess.check_output(dist_info_cmd, cwd=root)
project, version, url, author = output_bytes.decode('utf-8').strip().split('\n')
-origin_date = datetime.date(2017,1,1)
-today = datetime.date.today()
-
-copyright = '{origin_date.year}-{today.year} {author}'.format(**locals())
+copyright = author
# The full version, including alpha/beta/rc tags.
release = version