We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d573e commit 58ccbb1Copy full SHA for 58ccbb1
docs/conf.py
@@ -10,7 +10,10 @@
10
source_suffix = '.rst'
11
master_doc = 'index'
12
project = u'xlrd'
13
-copyright = '2005-%s Stephen John Machin, Lingfo Pty Ltd' % datetime.datetime.now().year
+copyright = (
14
+ '2005-2019 Stephen John Machin, Lingfo Pty Ltd. '
15
+ '2019-%s Chris Withers'
16
+) % datetime.datetime.now().year
17
version = release = __VERSION__
18
exclude_patterns = ['_build']
19
pygments_style = 'sphinx'
0 commit comments