From bddcc6058a64219fd54861e7fa75fa997b4c995c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 8 May 2020 07:12:13 -0700 Subject: [PATCH] remove year --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index a3e2bae7..0a0e667b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. project = 'dnspython' -copyright = '2020, Dnspython Contributors.' +copyright = 'Dnspython Contributors' author = 'Dnspython Contributors' # The version info for the project you're documenting, acts as replacement for -- 2.47.3