<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 2, 2020 at 2:28 PM Davide Italiano <<a href="mailto:ditaliano@apple.com">ditaliano@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">You might want to consider removing it entirely instead of commenting it, unless you find some value in keeping something that’s already stale around for the future (e.g. re-enabling).<br></blockquote><div><br></div><div>If you take a look at the rest of the file you'll see it's consistent with other options that are disabled. I believe this is the Sphinx default. It also communicates that this is disabled on purpose and not just an oversight or option added in a later version. </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
—<br>
Davide<br>
<br>
> On Mar 2, 2020, at 14:23, Jonas Devlieghere via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a>> wrote:<br>
> <br>
> <br>
> Author: Jonas Devlieghere<br>
> Date: 2020-03-02T14:23:05-08:00<br>
> New Revision: c77fc00eec081f3465e3b62708b2e6f8a32da3dd<br>
> <br>
> URL: <a href="https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd</a><br>
> DIFF: <a href="https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd.diff" rel="noreferrer" target="_blank">https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd.diff</a><br>
> <br>
> LOG: [lldb/Docs] Remove the version from the home page<br>
> <br>
> Added: <br>
> <br>
> <br>
> Modified: <br>
>    lldb/docs/conf.py<br>
>    lldb/docs/index.rst<br>
> <br>
> Removed: <br>
> <br>
> <br>
> <br>
> ################################################################################<br>
> diff  --git a/lldb/docs/conf.py b/lldb/docs/conf.py<br>
> index bd95cbe6cd98..d48d608aa276 100644<br>
> --- a/lldb/docs/conf.py<br>
> +++ b/lldb/docs/conf.py<br>
> @@ -49,9 +49,9 @@<br>
> # built documents.<br>
> #<br>
> # The short version.<br>
> -version = '8'<br>
> +#version = '8'<br>
> # The full version, including alpha/beta/rc tags.<br>
> -release = '8'<br>
> +#release = '8'<br>
> <br>
> # The language for content autogenerated by Sphinx. Refer to documentation<br>
> # for a list of supported languages.<br>
> <br>
> diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst<br>
> index f1e1eda7609a..29f63b328381 100644<br>
> --- a/lldb/docs/index.rst<br>
> +++ b/lldb/docs/index.rst<br>
> @@ -3,7 +3,7 @@<br>
> The LLDB Debugger<br>
> =================<br>
> <br>
> -Welcome to the LLDB version |release| documentation!<br>
> +Welcome to the LLDB documentation!<br>
> <br>
> LLDB is a next generation, high-performance debugger. It is built as a set of<br>
> reusable components which highly leverage existing libraries in the larger LLVM<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> lldb-commits mailing list<br>
> <a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
<br>
</blockquote></div></div>