[Lldb-commits] [lldb] c77fc00 - [lldb/Docs] Remove the version from the home page

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 2 14:35:11 PST 2020


On Mon, Mar 2, 2020 at 2:28 PM Davide Italiano <ditaliano at apple.com> wrote:

> 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).
>

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.


>
>> Davide
>
> > On Mar 2, 2020, at 14:23, Jonas Devlieghere via lldb-commits <
> lldb-commits at lists.llvm.org> wrote:
> >
> >
> > Author: Jonas Devlieghere
> > Date: 2020-03-02T14:23:05-08:00
> > New Revision: c77fc00eec081f3465e3b62708b2e6f8a32da3dd
> >
> > URL:
> https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd
> > DIFF:
> https://github.com/llvm/llvm-project/commit/c77fc00eec081f3465e3b62708b2e6f8a32da3dd.diff
> >
> > LOG: [lldb/Docs] Remove the version from the home page
> >
> > Added:
> >
> >
> > Modified:
> >    lldb/docs/conf.py
> >    lldb/docs/index.rst
> >
> > Removed:
> >
> >
> >
> >
> ################################################################################
> > 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 @@
> > # 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
> >
> >
> >
> > _______________________________________________
> > lldb-commits mailing list
> > lldb-commits at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200302/9208ee82/attachment.html>


More information about the lldb-commits mailing list