I would like to have the images side by side in pdf and html. I use the sphinx to generate the restructuredtext.
It would be good to look as follows: enter image description here
I have considered using csv-table, but it does not work well for the outlines around the images are awkward. .. csv-table:: :header: :widths: 60, 60
".. figure:: ../_static/1.png :width: 75mm :height: 75mm :align: left", ".. figure:: ../_static/2.png :width: 75mm :height: 75mm :align: right enter image description here