diff options
Diffstat (limited to 'gnu/llvm/docs/conf.py')
| -rw-r--r-- | gnu/llvm/docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/llvm/docs/conf.py b/gnu/llvm/docs/conf.py index 224cca14288..428a513774e 100644 --- a/gnu/llvm/docs/conf.py +++ b/gnu/llvm/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2003-%d, LLVM Project' % date.today().year # built documents. # # The short X.Y version. -version = '3.9' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.9' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -249,5 +249,5 @@ for name in os.listdir(command_guide_path): # If true, show URL addresses after external links. #man_show_urls = False -# FIXME: Define intersphinx configration. +# FIXME: Define intersphinx configuration. intersphinx_mapping = {} |
