mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix handling of Verbatim within tables.
This commit is contained in:
@@ -78,3 +78,12 @@ exists:
|
||||
By default, Sphinx uses a table layout with ``L`` for every column.
|
||||
|
||||
.. versionadded:: 0.2.1
|
||||
|
||||
.. warning::
|
||||
|
||||
Tables that contain literal blocks cannot be set with ``tabulary``. They are
|
||||
therefore set with the standard LaTeX ``tabular`` environment. Also, the
|
||||
verbatim environment used for literal blocks only works in ``p{width}``
|
||||
columns, which means that by default, Sphinx generates such column specs for
|
||||
such tables. Use the :dir:`tabularcolumns` directive to get finer control
|
||||
over such tables.
|
||||
|
||||
Reference in New Issue
Block a user