width vs csv-table

Alan Isaac <[email protected]> Mon, 10 Jun 2019 14:10:10 -0400
Newsgroups gmane.text.docutils.user
Message-ID <[email protected]>
If I understand the documentation, the following should work::

   .. csv-table:: Test
      :width: 50%

      test01
      test02

The html5 write produces no content for this.
If I remove the `width` specification, the output is as expected.

Alan Isaac