diff options
author | Georg Brandl <georg@python.org> | 2016-01-14 22:54:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2016-01-14 22:54:04 +0100 |
commit | 46d7e8558e49f9b314ff77dbbe3ca6d2691c5895 (patch) | |
tree | 0b3048776195334030fa390db9240474e4d63fe0 /doc/conf.py | |
parent | 53cd2d4f3f386a8dfea28b314112b1a9a882b7c9 (diff) | |
download | sphinx-git-46d7e8558e49f9b314ff77dbbe3ca6d2691c5895.tar.gz |
Obligatory copyright update.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 22ab60972..753ffab4c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -15,7 +15,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2015, Georg Brandl and the Sphinx team' +copyright = '2007-2016, Georg Brandl and the Sphinx team' version = sphinx.__released__ release = version show_authors = True |