Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68d56d6

Browse filesBrowse 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) <ferdnyc@gmail.com>
1 parent 21d6d8d commit 68d56d6
Copy full SHA for 68d56d6

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎versions.rst

Copy file name to clipboardExpand all lines: versions.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.