I give ":figwidth: image" option to figure directive,
but it generates incorrect CSS styles.
the width style does not have any units.
Input:
.. figure:: logo.jpg
:figwidth: image
caption
Output:
<div class="figure" style="width: 448">
Environment:
Fixed in the repository. Thanks for the report.