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

docs: fix HTML word wapping in table cells #1778

Conversation

jsquyres
Copy link
Contributor

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 (in conf.py).

The PRRTE docs don't use the RST ".. list-table::" directive much, so this change won't really have much of an effect here. However, OMPI and PMIx were updated with this conf.py change, so we might as well keep all 3 projects more-or-less in sync.

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 (in conf.py).

The PRRTE docs don't use the RST ".. list-table::" directive much, so
this change won't really have much of an effect here.  However, OMPI
and PMIx were updated with this conf.py change, so we might as well
keep all 3 projects more-or-less in sync.

Signed-off-by: Jeff Squyres <jeff@squyres.com>
@jsquyres jsquyres requested a review from rhc54 August 21, 2023 13:46
@rhc54 rhc54 merged commit 9ef7478 into openpmix:master Aug 21, 2023
3 checks passed
@jsquyres jsquyres deleted the pr/fix-sphinx-rtd-theme-table-cell-word-wrapping branch August 21, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants