Re: [PATCH] doc-rst: support *sphinx build themes*

2016-08-06 Thread Jani Nikula
On Fri, 05 Aug 2016, Markus Heiser wrote: > From: Markus Heiser > > Load an additional configuration file into conf.py namespace. > > The name of the configuration file is taken from the environment > SPHINX_CONF. The external configuration file extends (or overwrites) the > configuration values

Re: [PATCH] doc-rst: support *sphinx build themes*

2016-08-06 Thread Mauro Carvalho Chehab
Em Sat, 06 Aug 2016 19:41:49 +0300 Jani Nikula escreveu: > On Fri, 05 Aug 2016, Markus Heiser wrote: > > From: Markus Heiser > > > > Load an additional configuration file into conf.py namespace. > > > > The name of the configuration file is taken from the environment > > SPHINX_CONF. The extern

Re: [PATCH 0/3] Add a way to build only media docs

2016-08-06 Thread Mauro Carvalho Chehab
Em Sat, 6 Aug 2016 09:00:31 -0300 Mauro Carvalho Chehab escreveu: > Being able to build just the media docs is important for us due to several > reasons: > > 1) Media developers community hosts a copy of the media documentation at > linuxtv.org > with the very latest under development doc

[PATCH 3/3] doc-rst: remove a bogus comment from Documentation/index.rst

2016-08-06 Thread Mauro Carvalho Chehab
There's a bogus document at the documentation index saying that there was nothing there, likely a left-over from the initial Sphinx patches. Get rid of it! Signed-off-by: Mauro Carvalho Chehab --- Documentation/index.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/index.rs

[PATCH 0/3] Add a way to build only media docs

2016-08-06 Thread Mauro Carvalho Chehab
Being able to build just the media docs is important for us due to several reasons: 1) Media developers community hosts a copy of the media documentation at linuxtv.org with the very latest under development documents; 2) Nitpicking to identify broken references is important to identify do

[PATCH 2/3] doc-rst: add an option to build media documentation in nitpick mode

2016-08-06 Thread Mauro Carvalho Chehab
While writing the media documentation, it is important to be able to check if all symbols that are internal to the documentation were cross-referenced, as this ensures that newer patches won't be introducing documentation gaps. So, add a way to build only the media documentation in nitpick mode.

[PATCH 1/3] doc-rst: support additional Sphinx build config override

2016-08-06 Thread Mauro Carvalho Chehab
From: Markus Heiser Load an additional configuration file into conf.py namespace. The name of the configuration file is taken from the environment SPHINX_CONF. The external configuration file extends (or overwrites) the configuration values from the origin conf.py. With this you are able to mai

Re: [PATCH v3 2/3] drm: Add API for capturing frame CRCs

2016-08-06 Thread Daniel Stone
Hi Tomeu, On 22 July 2016 at 15:10, Tomeu Vizoso wrote: > +/** > + * DOC: CRC ABI > + * > + * DRM device drivers can provide to userspace CRC information of each frame > as > + * it reached a given hardware component (a "source"). > + * > + * Userspace can control generation of CRCs in a given C