Em Tue, 9 Aug 2016 09:21:08 -0600 Jonathan Corbet <corbet@xxxxxxx> escreveu: > On Mon, 8 Aug 2016 15:14:57 +0200 > Markus Heiser <markus.heiser@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html