Re: [PATCH] docs/sphinx: fix compatibility with sphinx < 1.8

2022-01-05 Thread Alex Bennée
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > SphinxDirective was added with sphinx 1.8 (2018-09-13). > > Reported-by: Thomas Huth > Signed-off-by: Marc-André Lureau Queued to testing/next (as I need it for Thomas's API updates), thanks. -- Alex Bennée

Re: [PATCH] docs/sphinx: fix compatibility with sphinx < 1.8

2022-01-04 Thread Thomas Huth
On 04/01/2022 09.15, Marc-André Lureau wrote: Hi Thomas On Tue, Jan 4, 2022 at 12:11 PM Thomas Huth wrote: On 04/01/2022 08.46, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau SphinxDirective was added with sphinx 1.8 (2018-09-13). Reported-by: Thomas Huth Signed-off-by: Marc-

Re: [PATCH] docs/sphinx: fix compatibility with sphinx < 1.8

2022-01-04 Thread Marc-André Lureau
Hi Thomas On Tue, Jan 4, 2022 at 12:11 PM Thomas Huth wrote: > > On 04/01/2022 08.46, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > SphinxDirective was added with sphinx 1.8 (2018-09-13). > > > > Reported-by: Thomas Huth > > Signed-off-by: Marc-André Lureau > > --- > >

Re: [PATCH] docs/sphinx: fix compatibility with sphinx < 1.8

2022-01-04 Thread Thomas Huth
On 04/01/2022 08.46, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau SphinxDirective was added with sphinx 1.8 (2018-09-13). Reported-by: Thomas Huth Signed-off-by: Marc-André Lureau --- docs/sphinx/fakedbusdoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff