doc: fix matrix CSS for recent sphinx
authorThomas Monjalon <thomas@monjalon.net>
Wed, 11 Mar 2020 23:01:34 +0000 (00:01 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 16 Apr 2020 20:15:16 +0000 (22:15 +0200)
commitcc64c593a7785fc810e2f762e12c8b29b418ac5d
tree6d8ba1369a5e386b802582f2d45b4812239f4e36
parentb2a6d7e0484b8460374b2f058ac78bd4536b3e83
doc: fix matrix CSS for recent sphinx

It seems sphinx >= 2.0 is inserting a <p> tag in each table cell.
The feature table (matrix) style needs to be updated to avoid
cells being too big.

The margin, padding and line height are overridden.
The font size in percentage is replaced with an equivalent pixel size.
The border is explicit because it disappeared for th.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/conf.py