Re: [dpdk-dev] [PATCH] doc: fix sphinx compatibility

2020-04-16 Thread Thomas Monjalon
09/04/2020 23:03, Thomas Monjalon: > The function add_stylesheet() is deprecated since sphinx 1.8. > It will be removed in sphinx 4.0. > It is replaced by add_css_file(). > > Cc: sta...@dpdk.org > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] doc: fix sphinx compatibility

2020-04-09 Thread Thomas Monjalon
The function add_stylesheet() is deprecated since sphinx 1.8. It will be removed in sphinx 4.0. It is replaced by add_css_file(). Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- doc/guides/conf.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/guides/conf.py