Skip to content

Conversation

@jsquyres
Copy link
Member

@jsquyres jsquyres commented Aug 21, 2023

The sphinx_rtd_theme does not properly handle wrapping long lines in table cells when rendering to HTML due to a CSS issue (see readthedocs/sphinx_rtd_theme#1505).

Until the issue is fixed upstream in sphinx_rtd_theme, we can simply override the CSS here. This commit overrides the CSS in conf.py and also touches up some places where we previously tried to work around the lack of word wrapping.

Signed-off-by: Jeff Squyres [email protected]
(cherry picked from commit 8e9a24f)

This is the v5.0.x PR corresponding to master PR #11868

The sphinx_rtd_theme does not properly handle wrapping long lines in
table cells when rendering to HTML due to a CSS issue (see
readthedocs/sphinx_rtd_theme#1505).

Until the issue is fixed upstream in sphinx_rtd_theme, we can simply
override the CSS here.  This commit overrides the CSS in conf.py and
also touches up some places where we previously tried to work around
the lack of word wrapping.

Signed-off-by: Jeff Squyres <[email protected]>
(cherry picked from commit 8e9a24f)
@jsquyres jsquyres requested a review from awlauria August 21, 2023 22:07
@github-actions github-actions bot added this to the v5.0.0 milestone Aug 21, 2023
@awlauria awlauria merged commit 70d0906 into open-mpi:v5.0.x Aug 24, 2023
@jsquyres jsquyres deleted the pr/v5.0.x/fix-sphinx-rtd-theme-table-cell-word-wrapping branch August 24, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants