I want to create a html table with multiple bodies out of a restructuredtext table using sphinx.
I want to use multibody tables to have a different color for different rows in my html table.
+----------+----------+
| header_1 | header_2 |
+==========+==========+
| | cell A1 |
| cell A +----------+
| | cell A2 |
+----------+----------+
| | cell B1 |
| cell B +----------+
| | cell B2 |
+----------+----------+
| | cell C1 |
| cell C +----------+
| | cell C2 |
+----------+----------+
| | cell D1 |
| cell D +----------+
| | cell D2 |
+----------+----------+
I want row A, C, ... and row B, D, ... to have a different color when compiling to html. The easiest way to do this in my opinion would be to have a different body.