Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.0.x: docs: fix HTML word wapping in table cells #11870

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 jeff@squyres.com
(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 <jeff@squyres.com>
(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
13 checks passed
@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.

None yet

2 participants