From 68d56d65e360d3e1d7d5e4b6ac7323e0ed92cb59 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 1 Feb 2023 07:19:41 -0500 Subject: [PATCH] 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) --- versions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.rst b/versions.rst index fd28b3f85d..5225d15604 100644 --- a/versions.rst +++ b/versions.rst @@ -23,7 +23,7 @@ Dates shown in *italic* are scheduled and can be adjusted. .. csv-table:: :header-rows: 1 - :widths: 5, 5, 15, 15, 12, 40 + :width: 100% :file: include/branches.csv .. Remember to update main branch in the paragraph above too @@ -34,7 +34,7 @@ Unsupported Versions .. csv-table:: :header-rows: 1 - :widths: 5, 5, 15, 15, 12, 40 + :width: 100% :file: include/end-of-life.csv