summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSimon Willison <swillison@gmail.com>2020-02-13 14:57:50 -0800
committerSimon Willison <swillison@gmail.com>2020-02-13 14:59:13 -0800
commit9b38e8746835c677f60296617fcd651880efadac (patch)
treea47d674e32293ccac8d01aaf79a7a56d927f54ad /doc/conf.py
parent64f7dd2379e2e36ea2155de1d1cc855c93066c56 (diff)
downloadsphinx-git-9b38e8746835c677f60296617fcd651880efadac.tar.gz
Update copyright for 2020
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 16594f038..e9ceb638e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -14,7 +14,7 @@ templates_path = ['_templates']
exclude_patterns = ['_build']
project = 'Sphinx'
-copyright = '2007-2019, Georg Brandl and the Sphinx team'
+copyright = '2007-2020, Georg Brandl and the Sphinx team'
version = sphinx.__display_version__
release = version
show_authors = True