All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 4/4] doc: update Kernel documentation build system
Date: Sat, 6 Feb 2021 07:57:29 +0800	[thread overview]
Message-ID: <CAEUhbmUnJHFi3Sdh6XuUKqrAKZsQ4NBzg=ZVEP30kHd6Ucy+Mw@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ0qvd9y44PHCEZU4U70QO7GwA6t=F_2gZ3SRrNEcXSx=w@mail.gmail.com>

On Fri, Feb 5, 2021 at 10:43 PM Simon Glass <sjg@chromium.org> wrote:
>
> Hi Heinrich,
>
> On Mon, 1 Feb 2021 at 13:39, Simon Glass <sjg@chromium.org> wrote:
> >
> > On Tue, 26 Jan 2021 at 11:36, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> > >
> > > Update the documentation build system according to Linux v5.11-rc1.
> > >
> > > Deactive the automarkup.py extension module which on Gitlab CI is
> > > incompatible with Unicode.
> > >
> > > With this patch we can build the HTML documentation using either of
> > > Sphinx 2 and Sphinx 3.
> > >
> > > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> > > ---
> > > v2:
> > >         Deactive the automarkup.py extension module
> > > ---
> > >  doc/conf.py                       | 141 ++++++++--
> > >  doc/sphinx/automarkup.py          | 290 +++++++++++++++++++
> > >  doc/sphinx/cdomain.py             |  93 +++++-
> > >  doc/sphinx/kernel_abi.py          | 194 +++++++++++++
> > >  doc/sphinx/kernel_feat.py         | 169 +++++++++++
> > >  doc/sphinx/kerneldoc.py           |  15 +-
> > >  doc/sphinx/kernellog.py           |   6 +-
> > >  doc/sphinx/kfigure.py             |   6 +-
> > >  doc/sphinx/load_config.py         |  27 +-
> > >  doc/sphinx/maintainers_include.py | 197 +++++++++++++
> > >  doc/sphinx/parallel-wrapper.sh    |  33 +++
> > >  doc/sphinx/parse-headers.pl       |   6 +-
> > >  doc/sphinx/requirements.txt       |   5 +-
> > >  scripts/kernel-doc                | 450 ++++++++++++++++++++++--------
> > >  14 files changed, 1476 insertions(+), 156 deletions(-)
> > >  create mode 100644 doc/sphinx/automarkup.py
> > >  create mode 100644 doc/sphinx/kernel_abi.py
> > >  create mode 100644 doc/sphinx/kernel_feat.py
> > >  create mode 100755 doc/sphinx/maintainers_include.py
> > >  create mode 100644 doc/sphinx/parallel-wrapper.sh
> >
> > Reviewed-by: Simon Glass <sjg@chromium.org>
>
> I notice that on u-boot.readthedocs.io latest it shows The Linux
> Kernel for the docs...I can't see how but I guess this patch help with
> that?

Yep, I reported this to Heinrich before:
https://lists.denx.de/pipermail/u-boot/2021-February/439615.html

Regards,
Bin

  reply	other threads:[~2021-02-05 23:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-26 18:35 [PATCH v2 0/4] doc: update Kernel documentation build system Heinrich Schuchardt
2021-01-26 18:35 ` [PATCH v2 1/4] doc: board: fix Microchip MPFS Icicle Kit doc Heinrich Schuchardt
2021-02-01 20:38   ` Simon Glass
2021-01-26 18:35 ` [PATCH v2 2/4] doc: fix doc/develop/logging.rst Heinrich Schuchardt
2021-02-01 20:43   ` Simon Glass
2021-01-26 18:35 ` [PATCH v2 3/4] .gitlab-ci: install doc/sphinx/requirements.txt Heinrich Schuchardt
2021-02-01 20:43   ` Simon Glass
2021-01-26 18:35 ` [PATCH v2 4/4] doc: update Kernel documentation build system Heinrich Schuchardt
2021-02-01 20:39   ` Simon Glass
2021-02-05 14:43     ` Simon Glass
2021-02-05 23:57       ` Bin Meng [this message]
2021-02-05 23:58       ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEUhbmUnJHFi3Sdh6XuUKqrAKZsQ4NBzg=ZVEP30kHd6Ucy+Mw@mail.gmail.com' \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.