Re: [PATCH 3/9] media: docs: ipu3.rst: rely at automarkup extension

2020-09-30 Thread Sakari Ailus
On Wed, Sep 30, 2020 at 08:35:56AM +0200, Mauro Carvalho Chehab wrote: > There are several :c:type: definitions there, in order to > do cross-references with the driver's documentation. > > Those are broken when docs are built with Sphinx 3.x, as > it would require :c:struct: instead. > > For Sph

[PATCH 3/9] media: docs: ipu3.rst: rely at automarkup extension

2020-09-29 Thread Mauro Carvalho Chehab
There are several :c:type: definitions there, in order to do cross-references with the driver's documentation. Those are broken when docs are built with Sphinx 3.x, as it would require :c:struct: instead. For Sphinx < 3.x, the automarkup.py extension is able to do the replacement already, and a f