Skip to content

Commit 0767742

Browse files
authored
Docs: clarify wording regarding default style for LaTeX tables (#13667)
1 parent a1639a7 commit 0767742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/usage/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ These options influence LaTeX output.
30833083
the :code-tex:`\\rowcolors` LaTeX command becomes a no-op
30843084
(this command has limitations and has never correctly
30853085
supported all types of tables Sphinx produces in LaTeX).
3086-
Please update your project to use the
3086+
Please use the
30873087
:ref:`latex table color configuration <tablecolors>` keys instead.
30883088

30893089
To customise the styles for a table,
@@ -3096,7 +3096,7 @@ These options influence LaTeX output.
30963096
The latter two can be combined with any of the first three.
30973097
The ``standard`` class produces tables with
30983098
both horizontal and vertical lines
3099-
(as has been the default so far with Sphinx).
3099+
(as had been the default prior to Sphinx 6.0.0).
31003100

31013101
A single-row multi-column merged cell will obey the row colour,
31023102
if it is set.

0 commit comments

Comments
 (0)