Skip to content

Commit 68d56d6

Browse files
committed
Don't force column widths in versions.rst
Setting `:widths:` for individual columns leads to weird wrapping, as some columns are too narrow. Just setting the table to 100% width and letting Sphinx figure out the distribution, OTOH, looks fine. Let the software be smart. Signed-off-by: FeRD (Frank Dana) <[email protected]>
1 parent 21d6d8d commit 68d56d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dates shown in *italic* are scheduled and can be adjusted.
2323

2424
.. csv-table::
2525
:header-rows: 1
26-
:widths: 5, 5, 15, 15, 12, 40
26+
:width: 100%
2727
:file: include/branches.csv
2828

2929
.. Remember to update main branch in the paragraph above too
@@ -34,7 +34,7 @@ Unsupported Versions
3434

3535
.. csv-table::
3636
:header-rows: 1
37-
:widths: 5, 5, 15, 15, 12, 40
37+
:width: 100%
3838
:file: include/end-of-life.csv
3939

4040

0 commit comments

Comments
 (0)