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 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