]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: allow long table reference links to wrap and prevent overflow
authorRito Rhymes <rito@ritovision.com>
Mon, 23 Mar 2026 15:24:28 +0000 (11:24 -0400)
committerJonathan Corbet <corbet@lwn.net>
Wed, 25 Mar 2026 19:18:39 +0000 (13:18 -0600)
commit127bdd9f12ae4e77cb74f06aa60e996a2d4baafa
tree14b5792c708b39a3ea37e6777fe34834bce587e5
parent3aff388bc4e8d64583d144f3be9c0aff9a54f14d
docs: allow long table reference links to wrap and prevent overflow

Some documentation pages contain docutils tables with reference links
that use long unbroken strings. Those strings can expand the table
width beyond the content column and cause page-wide horizontal
overflow.

Allow reference links in docutils tables in the main document body to
wrap when needed so the table stays within the content column and does
not break page layout.

Examples:
  https://docs.kernel.org/6.15/arch/openrisc/openrisc_port.html
  https://docs.kernel.org/6.15/filesystems/ext2.html

Signed-off-by: Rito Rhymes <rito@ritovision.com>
Assisted-by: Codex:GPT-5.4
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260323152428.30483-2-rito@ritovision.com>
Documentation/sphinx-static/custom.css