You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments