summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/docs/analyzer/conf.py
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2017-01-14 19:55:43 +0000
committerpatrick <patrick@openbsd.org>2017-01-14 19:55:43 +0000
commitbd3306aecb3a15e8967143b8cdbbccf2b1b19b74 (patch)
tree309a8132b44564b9e634c0da6815187ce8eab27c /gnu/llvm/tools/clang/docs/analyzer/conf.py
parentkillp -a should not kill the window if only one pane. (diff)
downloadwireguard-openbsd-bd3306aecb3a15e8967143b8cdbbccf2b1b19b74.tar.xz
wireguard-openbsd-bd3306aecb3a15e8967143b8cdbbccf2b1b19b74.zip
Import LLVM 3.9.1 including clang and lld.
Diffstat (limited to 'gnu/llvm/tools/clang/docs/analyzer/conf.py')
-rw-r--r--gnu/llvm/tools/clang/docs/analyzer/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/llvm/tools/clang/docs/analyzer/conf.py b/gnu/llvm/tools/clang/docs/analyzer/conf.py
index 1514708c0d5..afbfbee6f37 100644
--- a/gnu/llvm/tools/clang/docs/analyzer/conf.py
+++ b/gnu/llvm/tools/clang/docs/analyzer/conf.py
@@ -12,6 +12,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
@@ -41,16 +42,16 @@ master_doc = 'index'
# General information about the project.
project = u'Clang Static Analyzer'
-copyright = u'2013-2014, Analyzer Team'
+copyright = u'2013-%d, Analyzer Team' % 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.4'
+version = '3.9'
# The full version, including alpha/beta/rc tags.
-release = '3.4'
+release = '3.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.