From c77fc00eec081f3465e3b62708b2e6f8a32da3dd Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 2 Mar 2020 14:01:55 -0800 Subject: [PATCH] [lldb/Docs] Remove the version from the home page --- lldb/docs/conf.py | 4 ++-- lldb/docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/docs/conf.py b/lldb/docs/conf.py index bd95cbe6cd98..d48d608aa276 100644 --- a/lldb/docs/conf.py +++ b/lldb/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2007-%d, The LLDB Team' % date.today().year # built documents. # # The short version. -version = '8' +#version = '8' # The full version, including alpha/beta/rc tags. -release = '8' +#release = '8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index f1e1eda7609a..29f63b328381 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -3,7 +3,7 @@ The LLDB Debugger ================= -Welcome to the LLDB version |release| documentation! +Welcome to the LLDB documentation! LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM