docs: update copyright year.
This commit is contained in:
parent
14e6c6e49e
commit
c0db283ac7
|
@ -6,7 +6,7 @@ import mitogen
|
|||
VERSION = '%s.%s.%s' % mitogen.__version__
|
||||
|
||||
author = u'David Wilson'
|
||||
copyright = u'2018, David Wilson'
|
||||
copyright = u'2019, David Wilson'
|
||||
exclude_patterns = ['_build']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput']
|
||||
html_show_sourcelink = False
|
||||
|
|
Loading…
Reference in New Issue