summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-21 08:33:25 +0100
committerGeorg Brandl <georg@python.org>2015-01-21 08:33:25 +0100
commit13705acbd57b936990c63a12de05ce29834b6afb (patch)
treedc558c826771ca88449887f4e698a99147de8911 /doc/conf.py
parent3cff560fe7d84b1216fc6181c0a9cb0f2b3b9332 (diff)
downloadpygments-13705acbd57b936990c63a12de05ce29834b6afb.tar.gz
Copyright year update.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4ac487fa..51a91617 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,15 +1,7 @@
# -*- coding: utf-8 -*-
#
-# Pygments documentation build configuration file, created by
-# sphinx-quickstart on Sat Jan 18 17:07:37 2014.
+# Pygments documentation build configuration file
#
-# This file is execfile()d with the current directory set to its containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
import sys, os
@@ -43,7 +35,7 @@ master_doc = 'index'
# General information about the project.
project = u'Pygments'
-copyright = u'2014, Georg Brandl'
+copyright = u'2015, Georg Brandl'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the