diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-17 22:12:59 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-11-17 22:12:59 +0000 |
commit | ddc8b1f50bea006b33a366148a74cef96eaa8aa8 (patch) | |
tree | 7587581a7cc828759db08f01f8493ecd708989d6 /docs/conf.py | |
parent | 537d9a7768a2a541b11b980184196fa453c37c6f (diff) |
Bump sphinx config to 3.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index a1e9b5f6e2..919bb3bc9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ copyright = u'2012, LLVM Project' # built documents. # # The short X.Y version. -version = '3.2' +version = '3.3' # The full version, including alpha/beta/rc tags. -release = '3.2' +release = '3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |