From fb81808a522fae5251398752e9d2cc6bc23977f8 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sun, 17 Dec 2017 19:23:14 +0000 Subject: [PATCH] Remove copyright years from documentation. (Closes: #25) --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 015a40e4..516a23c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,6 @@ import sys import os -import datetime # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -45,7 +44,7 @@ # General information about the project. project = u'parso' -copyright = u'2012 - {today.year}, parso contributors'.format(today=datetime.date.today()) +copyright = u'parso contributors' import parso from parso.utils import version_info