From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Markus Heiser <markus.heiser@darmarit.de>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
linux-doc@vger.kernel.org,
Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: Re: [PATCH 0/3] doc-rst: more generic way to build only sphinx sub-folders
Date: Tue, 9 Aug 2016 15:02:23 -0300 [thread overview]
Message-ID: <20160809150223.28fca182@recife.lan> (raw)
In-Reply-To: <20160809092108.266f37c2@lwn.net>
Em Tue, 9 Aug 2016 09:21:08 -0600
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 8 Aug 2016 15:14:57 +0200
> Markus Heiser <markus.heiser@darmarit.de> wrote:
>
> > this is my approach for a more generic way to build only sphinx sub-folders, we
> > discussed in [1]. The last patch adds a minimal conf.py to the gpu folder, if
> > you don't want to patch the gpu folder drop it.
>
> I haven't had a chance to really mess with this yet, but it seems like a
> reasonable solution.
Agreed.
> Mauro, does it give you what you need?
Yes. Just tested it here, and it works fine, allowing to build
everything, just one of the books and the media book with the nitpick
configuration.
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Please notice that Markus based his patch on my previous patch
series.
So, if it is easier for you, you could pull them altogether from my tree:
git://linuxtv.org/mchehab/experimental.git docs-next
Or otherwise just pick the individual patches, adding my ack on the
Markus ones.
Thanks,
Mauro
The following changes since commit a157b3aaa44829998d5a079174df989e5d8c20ff:
Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2016-08-06 00:01:33 -0400)
are available in the git repository at:
docs-next
for you to fetch changes up to 78c63a7a941d053a7dfaf787b586ff25a8e2fae9:
doc-rst: add stand-alone conf.py to gpu folder (2016-08-09 14:48:01 -0300)
----------------------------------------------------------------
Markus Heiser (4):
doc-rst: support additional Sphinx build config override
doc-rst: generic way to build only sphinx sub-folders
doc-rst: add stand-alone conf.py to media folder
doc-rst: add stand-alone conf.py to gpu folder
Mauro Carvalho Chehab (2):
doc-rst: add an option to build media documentation in nitpick mode
doc-rst: remove a bogus comment from Documentation/index.rst
Documentation/DocBook/Makefile | 2 +-
Documentation/Makefile.sphinx | 46 ++++++++++++++++++++++++++++++++++++++--------
Documentation/conf.py | 9 +++++++++
Documentation/gpu/conf.py | 3 +++
Documentation/index.rst | 7 +------
Documentation/media/conf.py | 3 +++
Documentation/media/conf_nitpick.py | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Documentation/media/index.rst | 12 ++++++++++++
Documentation/sphinx/load_config.py | 32 ++++++++++++++++++++++++++++++++
9 files changed, 190 insertions(+), 15 deletions(-)
create mode 100644 Documentation/gpu/conf.py
create mode 100644 Documentation/media/conf.py
create mode 100644 Documentation/media/conf_nitpick.py
create mode 100644 Documentation/media/index.rst
create mode 100644 Documentation/sphinx/load_config.py
next prev parent reply other threads:[~2016-08-09 18:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 13:14 [PATCH 0/3] doc-rst: more generic way to build only sphinx sub-folders Markus Heiser
2016-08-08 13:14 ` [PATCH 1/3] doc-rst: " Markus Heiser
2016-08-12 21:20 ` Jonathan Corbet
2016-08-13 14:38 ` Markus Heiser
2016-08-08 13:14 ` [PATCH 2/3] doc-rst: add stand-alone conf.py to media folder Markus Heiser
2016-08-08 13:15 ` [PATCH 3/3] doc-rst: add stand-alone conf.py to gpu folder Markus Heiser
2016-08-09 15:21 ` [PATCH 0/3] doc-rst: more generic way to build only sphinx sub-folders Jonathan Corbet
2016-08-09 18:02 ` Mauro Carvalho Chehab [this message]
2016-08-09 18:37 ` Markus Heiser
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=20160809150223.28fca182@recife.lan \
--to=mchehab@s-opensource.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=markus.heiser@darmarit.de \
--cc=mchehab@infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox