Thomas Monjalon 878f99d114 doc: fix build with python 3.8
After upgrading to python-3.8.0, a syntax mismatch is revealed:

doc/guides/conf.py:240: SyntaxWarning: "is not" with a literal.
    Did you mean "!="?
    if value is not '':

Removing "is not ''" seems the right thing to do.

A patch may also be needed in the RTD theme package:
https://github.com/readthedocs/sphinx_rtd_theme/commit/a49a812c.diff
(not included in release 0.4.3)

Fixes: 9db3f52126fb ("doc: generate NIC overview table from ini files")
Cc: stable@dpdk.org

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2019-12-12 23:18:10 +01:00
..
2019-11-28 23:03:52 +01:00
2019-12-02 17:59:49 +01:00
2019-11-20 12:35:51 +01:00
2019-12-12 23:18:10 +01:00
2019-04-03 01:21:31 +02:00
2019-07-06 10:32:40 +02:00