Skip to content

Commit

Permalink
Remove the outdated documentation copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Éloi Rivard authored and GitHub committed Dec 15, 2020
1 parent 7dfa21a commit 2fb97af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2fb97af

Please sign in to comment.