From 2fb97af1e025a95d1ea86b9aeac6235358e52278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 15 Dec 2020 11:09:32 +0100 Subject: [PATCH] Remove the outdated documentation copyright year https://github.com/python-ldap/python-ldap/pull/398 --- Doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 30f2730..b883736 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -10,6 +10,7 @@ # All configuration values have a default value; values that are commented out # serve to show the default value. +import datetime import sys import os @@ -54,7 +55,7 @@ # General substitutions. project = 'python-ldap' -copyright = '2008-2017, python-ldap project team' +copyright = 'python-ldap project team' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents.