Re: [PATCH] docs: automarkup.py: ignore exceptions when seeking for xrefs

2019-07-08 Thread Mauro Carvalho Chehab
Em Mon, 8 Jul 2019 09:23:36 -0600 Jonathan Corbet escreveu: > On Sat, 6 Jul 2019 13:28:42 -0300 > Mauro Carvalho Chehab wrote: > > > When using the automarkup extension with: > > make pdfdocs > > > > without passing an specific book, the code will raise an exception: > > > > File "

Re: [PATCH] docs: automarkup.py: ignore exceptions when seeking for xrefs

2019-07-08 Thread Jonathan Corbet
On Sat, 6 Jul 2019 13:28:42 -0300 Mauro Carvalho Chehab wrote: > When using the automarkup extension with: > make pdfdocs > > without passing an specific book, the code will raise an exception: > > File "/devel/v4l/docs/Documentation/sphinx/automarkup.py", line 86, > in auto_mar

[PATCH] docs: automarkup.py: ignore exceptions when seeking for xrefs

2019-07-06 Thread Mauro Carvalho Chehab
When using the automarkup extension with: make pdfdocs without passing an specific book, the code will raise an exception: File "/devel/v4l/docs/Documentation/sphinx/automarkup.py", line 86, in auto_markup node.parent.replace(node, markup_funcs(name, app, node))