Update copyright for 2020

This commit is contained in:
Simon Willison 2020-02-13 14:57:50 -08:00
parent 64f7dd2379
commit 9b38e87468

View File

@ -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