On Thu, Dec 05, 2019 at 05:05:37PM +0100, Thierry Reding wrote:
On Wed, Dec 04, 2019 at 11:19:33AM +0100, Daniel Vetter wrote:
Kernel sphinx has learned how to do that in
commit d74b0d31dddeac2b44c715588d53d9a1e5b1158e Author: Jonathan Corbet corbet@lwn.net Date: Thu Apr 25 07:55:07 2019 -0600
Docs: An initial automarkup extension for sphinx
Unfortunately it hasn't learned that yet for structures, so we're stuck with the :c:type: noise for now still.
Cc: Jonathan Corbet corbet@lwn.net
Jon, any plans to also add the other auto-markup eventually? We have quite an impressive pile of :c:type: noise in our docs ...
Signed-off-by: Daniel Vetter daniel.vetter@intel.com
Documentation/gpu/drm-internals.rst | 4 +- Documentation/gpu/drm-kms.rst | 7 ++- Documentation/gpu/drm-mm.rst | 68 +++++++++++++---------------- 3 files changed, 36 insertions(+), 43 deletions(-)
Reviewed-by: Thierry Reding treding@nvidia.com
Thanks for taking a look, patch merged to drm-misc-next.
Cheers, Daniel