summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-09 11:25:30 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-09 11:25:30 +0100
commit9559b9af50db0540981ba8b6954be33a3f50a9f8 (patch)
treeeece9b6c84393ca0f1bfb602349b530cb74b3f77 /docs
parent832f6306f4465d374e07528545fe47dd78005945 (diff)
downloadansicolor-9559b9af50db0540981ba8b6954be33a3f50a9f8.tar.gz
update sphinx conf
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index afcc661..a8b8082 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,7 +55,7 @@ master_doc = 'index'
# General information about the project.
project = ansicolor.__name__
-copyright = u'2010-2014, %s' % author
+copyright = u'2008-2014, %s' % author
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -275,7 +275,7 @@ texinfo_documents = [
epub_title = ansicolor.__name__
epub_author = author
epub_publisher = author
-epub_copyright = u'2010-2014, %s' % author
+epub_copyright = u'2008-2014, %s' % author
# The basename for the epub file. It defaults to the project name.
#epub_basename = u'ansicolor'