summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-03 21:36:32 +0100
committerGeorg Brandl <georg@python.org>2015-01-03 21:36:32 +0100
commit567d52f199d74a9ec84c491b5d7c9a4555912db0 (patch)
tree089594320500eda862741d18806aad89569a3647 /doc/conf.py
parent5f3d18dac25a2d25d3d972fae3bd02fbee894d33 (diff)
downloadsphinx-git-567d52f199d74a9ec84c491b5d7c9a4555912db0.tar.gz
all: update copyright
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 9640e2edb..545be5a88 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -13,7 +13,7 @@ templates_path = ['_templates']
exclude_patterns = ['_build']
project = 'Sphinx'
-copyright = '2007-2014, Georg Brandl and the Sphinx team'
+copyright = '2007-2015, Georg Brandl and the Sphinx team'
version = sphinx.__released__
release = version
show_authors = True