X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fconf.py;h=6e3f16ceef1ae6366e9d3cd677f86481f6fd332e;hb=12b6cd2e546a2fa001fdcb8bca0027e4dae45514;hp=0ac3b7836b9e448731a1cd36375b1be7aed6a053;hpb=a6fdcaace8df9ee8bf54c568a89efa1228172d65;p=oota-llvm.git diff --git a/docs/conf.py b/docs/conf.py index 0ac3b7836b9..6e3f16ceef1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ # serve to show the default. import sys, os +from datetime import date # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -40,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'LLVM' -copyright = u'2003-2013, LLVM Project' +copyright = u'2003-%d, LLVM Project' % date.today().year # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.3' +version = '3.8' # The full version, including alpha/beta/rc tags. -release = '3.3' +release = '3.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.